After installing the MySQL database, all we have to do is check whether MySQL is installed successfully. So how to check it? The following article will introduce to you how to check whether mysql is installed successfully. I hope it will be helpful to you.
Steps to check whether mysql is successfully installed:
1. Press the Ctrl R key combination, Open the run interface and enter the CMD command, as shown in the figure below
#2. In the open CMD command line, we enter the mysql command. Note that -u represents the logged in user. -p represents the login password, as shown in the figure below
##3. Enter the correct password and enter the mysql command mode 4. Enter the show databases command in the mysql command mode. If the database information as shown in the figure below is displayed, it proves that the mysql installation is successfulThe above is the detailed content of How to check whether mysql is installed successfully. For more information, please follow other related articles on the PHP Chinese website!