MySQL Programming Question:

How To Start MySQL Server?

Tweet Share WhatsApp

Answer:

If you want to start the MySQL server, you can run the "mysqld" program in a command window as shown in the following tutorial:

>cd mysqlin
>mysqld

"mysqld" will run quietly without printing any message in you command window. So you will see nothing after entering the "mysqld" command. You should trust "mysqld" and believe that MySQL server is running ok on your local computer now.

Another way to start the MySQL server is double-click mysqlinmysqld.exe on your file explorer window.

Download MySQL Programming PDF Read All 110 MySQL Programming Questions
Previous QuestionNext Question
How To Install MySQL?How Do You Know If Your MySQL Server Is Alive?