February 2018
Intermediate to advanced
510 pages
16h 10m
English
After performing the preceding steps, now your MySQL 8 service has started and has connected with a specified user. Now, it's time to check your MySQL 8 server works satisfactorily or not by executing the following basic commands:
shell> bin/mysqladmin version
This command lists all the information related to the installed MySQL server, which contains its version details, protocol version, and much more. Execute the following commands after connecting with MySQL 8 to check that information has been properly retrieved from the server:
mysql>mysqlshowmysql>mysqlshow mysql
The first command shows the list of databases available in the server. Lists may vary as per the system, but mysql and information_schema ...
Read now
Unlock full access