How to start mysql server?



How to start mysql server?..

Answer / Devnath Kumar

To start the MySQL server, open a command prompt (terminal) and run the following command: 'service mysqld start' or 'mysql.server start', depending on your operating system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is the purpose of using timestamp data type?

1 Answers  


What is difference between mysql and mysql workbench?

1 Answers  


Why do we use pragma autonomous transaction?

1 Answers  


What is database engine in mysql?

1 Answers  


Which statement is used to delete a table in MySQL.

1 Answers  


How can I see all mysql databases?

1 Answers  


What is the maximum size of table in mysql?

1 Answers  


How do I declare a variable in mysql?

1 Answers  


What is check constraint?

3 Answers  


How do I copy a table in mysql?

1 Answers  


What is a definer?

1 Answers  


Which storage engine is best in mysql?

1 Answers  


Categories