Code Snippet
- service mysqld stop
End of Code Snippet
or
Code Snippet
- /etc/init.d/mysqld stop
End of Code Snippet
2. Execute the following SQL (Replace 'rootpass' woith password first)
3. Start the MYSQL Service
Code Snippet
- service mysqld start
End of Code Snippet
or
Code Snippet
- /etc/init.d/mysqld start
End of Code Snippet
Windows Users
I imagine by typing in 'services.msc' into Start > Run, you can stop the MYSQL service there, follow the steps above, then restart the service.
No comments:
Post a Comment