How do I start mysql?



How do I start mysql?..

Answer / Rahul Kumar Verma

To start a MySQL server, use the command 'service mysql start' or 'systemctl start mysql' on Linux. For Windows, navigate to the MySQL installation directory (usually C:Program FilesMySQLMySQL Server x.x), and run mysqld-init.exe with the start argument: mysqld-init.exe --install.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What is identity in mysql?

1 Answers  


What is the difference between heap table and temporary table?

1 Answers  


what is the difference between MyISAM and INNO DB in MySQL with the Advantage and disadvantage

3 Answers   ABC,


What is the use of i-am-a-dummy flag in mysql?

1 Answers  


What are the steps involved in query processing?

1 Answers  


how to find 2nd highest salary in random database salary of employer.....

4 Answers  


Write a command to view mysql database table structure?

1 Answers  


How do you login to MySql using Unix shell?

1 Answers  


What mysql means?

1 Answers  


Write a query to select all teams that won either 1, 3, 5 or 7 games.

1 Answers  


How to use triggers to track changes in mysql?

1 Answers  


What is row level locking in access?

1 Answers  


Categories