Two checking methods: 1. In the cmd command window, execute the "mysql -V" or "mysql --version" command. If the version information is displayed, it means that mysql is installed successfully. 2. In the cmd command window, execute the "services.msc" command to bring up the "Services" window. In the pop-up window, search for the MySQL service. If it exists, mysql is installed successfully. If not, it is not installed.
The operating environment of this tutorial: windows7 system, mysql5.6.17 version, Dell G3 computer.
Method 1:
In the cmd command window, execute the mysql -V
or mysql --version
command, If the version information is displayed, it means that the mysql installation is successful
Method 2:
In the cmd command window, execute the services.msc
command Bring up the "Service" window
In the pop-up window, look for the MySQL service. If it exists, it is installed. If not, it is not installed.
Prove that MySQL has been installed on my computer.
[Related recommendations: mysql video tutorial]
The above is the detailed content of How to check whether mysql is installed. For more information, please follow other related articles on the PHP Chinese website!