How do I run mysql?



How do I run mysql?..

Answer / Narvesh Kumar

Install MySQL server on your system and start it using the command 'sudo service mysql start' (for Unix-based systems) or 'net start mysql' (for Windows).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Restore database (or database table) from backup.

1 Answers  


How do I start mysql in mysql workbench?

1 Answers  


What does mysql_query return?

1 Answers  


What is the use of concat() in mysql?

1 Answers  


How can you calculate the sum of any column of a table?

1 Answers  


What is dump in mysql?

1 Answers  


What is mysql default port number?

1 Answers  


How to change the database engine in mysql?

1 Answers  


What are the ways in which you can retrieve data in the result set of mysql using php?

1 Answers  


What is full text indexing in mysql?

1 Answers  


what is the size of date datatype in sql?

2 Answers  


Is there a free version of mysql?

1 Answers  


Categories