How to check the version without entering phpmyadmin: first make the path of mysql to [d:\mysql]; then enter cmd during operation; finally enter the code [d:\mysql\bin\mysql.exe -- version].
How to view the version without entering phpmyadmin:
Assume that the path to mysql is d:\mysql
, then, enter cmd during operation, bring up the command line, enter:
d:\mysql\bin\mysql.exe --version
The system will automatically display the version of mysql.
Related tutorial recommendations: phpmyadmin
The above is the detailed content of How can I check the version without entering phpmyadmin?. For more information, please follow other related articles on the PHP Chinese website!