How to start the mysql server: First, right-click "Manage" on "Computer" and double-click "Services and Applications-Services"; then find MySQL55, right-click "Start".
How to start the mysql server:
1. Right-click on "Computer" - "Manage"; double-click "Services and Applications"; double-click "Service"; find MySQL55 (if other versions of MySQL are installed, the name may be MySQL or MySQL51, etc.), right-click - "Start"
2. After the startup is completed, the status will change to: Running
3. Switch to Navicat For MySQL (navicat for short) and click Connect to connect to MySQL management. database. If there is a website or application on the local computer that calls the MySQL database, the website can be accessed normally at this time.
More related free learning recommendations:mysql tutorial(Video )
The above is the detailed content of How to start mysql. For more information, please follow other related articles on the PHP Chinese website!