How to remove mysql from windows service with command prompt

Mahabubur Rahman
0


Today we'll try to learn “How to stop and remove MySQL from windows service”. For this we can do the following steps.

Step-1 : Run command prompt as Administrator.
Step-2 : Run command as below
net stop mysql
Step-3 : Go to mysql\bin directory in command prompt using cd command.
Step-4 : Run the following command
mysqld --remove
Your MySQL now successfully removed from windows service. Try it and enjoy. For any more about this topics please mention your question in comment box below.

Post a Comment

0Comments
Post a Comment (0)