Re: [PHP-DB] Remove MySQL Server

2005-10-21 Thread Shahmat Dahlan
You can also run this, that is if you haven't manually removed your mysql installation directory c:\>mysqld --remove ,where is usually MySQL Unnawut Leepaisalsuwanna wrote: 1. Run Regedit or regedt32. 2. Find the registry entry: |HKEY_LOCAL_MACHINE/SYSTEM/CurrentContro

Re: [PHP-DB] Remove MySQL Server

2005-10-20 Thread Unnawut Leepaisalsuwanna
1. Run Regedit or regedt32. 2. Find the registry entry: |HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services| 3. Find the service there and delete it. 4. reboot W Roothman wrote: >Dear All, > >Anyone knows how to remove the MySQL server from XP under 'Service

[PHP-DB] Remove MySQL Server

2005-10-20 Thread W Roothman
Dear All, Anyone knows how to remove the MySQL server from XP under 'Services'? No option to delete or uninstall. R's, Will