Friday, July 28, 2006

How to remove mysqld as a Windows service

(1) Go to the bin directory of your MySQL

cd C:\mysql\bin

(2) Type this command to remove mysqld as a windows service

mysqld --remove MySQL-4.0.26

(3) Done.

No comments: