adspace


How do I start and stop mysql server?

Answer Posted / Ravi Kumaar

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

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to Change a users password from unix shell.

1222


What is current version of mysql?

1083


What is the current mysql version?

1104


Which statement is used in a select query for partial matching?

1247