Home >Database >Mysql Tutorial >How to start MySQL server?
There are two ways to start the MySQL server -
We need to run'mysqld'Program to run MySQL server. It can be started using the command line with the help of the following command -
C:\mysql\bin>mysqld
After entering the 'mysqld' command we will not see anything as it will not print anything in the command window information. We should trust that the MySQL server is now running.
We can also start the MySQL server \mysqld.exe on our computer by double-clicking the file \mysql\bin.
The above is the detailed content of How to start MySQL server?. For more information, please follow other related articles on the PHP Chinese website!