adspace
Answer Posted / Sheetal Kumari
To stop a MySQL service, you can use the command 'service mysql stop' or 'systemctl stop mysql' depending on your operating system. For Windows, navigate to the MySQL installation directory (usually C:Program FilesMySQLMySQL Server x.x), and run mysqld-init.exe with the stop argument: mysqld-init.exe --shutdown
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers