Home > Article > Backend Development > How to check the phpmyadmin version
How to check the phpmyadmin version
1. Open and log in to phpMyAdmin
#2. View the version in the phpMyAdmin column in the lower right corner
View the MySQL version
Command line view:
If the path of mysql is d:\mysql, then enter cmd during operation, bring up the command line, enter :
d:\mysql\bin\mysql.exe --version to view the MySQL version.
For more PHP related knowledge, please visit PHP Chinese website!
The above is the detailed content of How to check the phpmyadmin version. For more information, please follow other related articles on the PHP Chinese website!