MySQL is a relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL).
A database is a structured collection of data.
It may be anything from a simple shopping list to a picture gallery or a place to hold the vast amounts of information in a corporate network.
PHPMyAdmin Embedded in QPKG
1 ) QPERL need be install and web server need to be enable for PMA
2 ) temporary password for is generated and display within /opt/MySQL8/db_create_startup.log you need to change it on next
3 ) log in SSH with admin privilege (use sudo -i if connected with admin delegation user ) : /opt/MySQL8/bin/mysqladmin -u root -p” password ” –socket=/tmp/mysql8.sock
4 ) log on phpmyadmin embbeded with root and new password
notes :
listen on socket –socket=/tmp/mysql8.sock
listen on port 23306
DB, logs are stored on sytem volume in NAS in a direcotry called QMySQL (generally /share/CACHEDEV1_DATA/QMySQL)
only for all Intel/AMD 64 bits and ARM64 (aarch64)
Last update: 2 November 2024
Reviews
There are no reviews yet.