How to open local mysql: first open the mysql installation folder; then enter the bin folder, and then start the [mysql.exe] program. If the startup is successful, you can proceed.
How to open local mysql:
1. Find the address where you installed mysql, which is the mysql file Folder
2. Enter the bin folder in mysql and you can see the following, two programs
3 , first run mysqld.exe, you can see the black window flashing, start the task manager to see if the startup is successful
4. After successful startup, start the mysql.exe program , as shown in the picture, the startup is successful, and you can operate it
#5. Just operate it and see if there are no errors. Congratulations on the success.
The above is the detailed content of How to open local mysql operation. For more information, please follow other related articles on the PHP Chinese website!