What steps do I need to take to completely uninstall MySQL?
--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle
--
Chapters
00:00 What Steps Do I Need To Take To Completely Uninstall Mysql?
00:36 Answer 1 Score 1
00:55 Accepted Answer Score 25
01:27 Answer 3 Score 3
01:58 Answer 4 Score 3
02:20 Thank you
--
Full question
https://superuser.com/questions/225826/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #mysql #uninstall #reinstall
#avk47
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------
Music by Eric Matyas
https://www.soundimage.org
Track title: Cosmic Puzzle
--
Chapters
00:00 What Steps Do I Need To Take To Completely Uninstall Mysql?
00:36 Answer 1 Score 1
00:55 Accepted Answer Score 25
01:27 Answer 3 Score 3
01:58 Answer 4 Score 3
02:20 Thank you
--
Full question
https://superuser.com/questions/225826/w...
--
Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...
--
Tags
#windows7 #mysql #uninstall #reinstall
#avk47
ACCEPTED ANSWER
Score 25
Found a solution on Server Fault: How can I reset the password for MySQL?
Using Windows 7, here's what I had to do:
- Uninstall MySQL using the uninstaller
- Delete
C:\Program Files\MySQL
- Delete
C:\Program Files (x86)\MySQL
- Delete
C:\ProgramData\MySQL
- Delete from any Users' AppData folders. Example:
C:\Users\rdoverby\AppData\Roaming\MySQL
- Reinstall MySQL
ANSWER 2
Score 3
To ensure that everything is gone, I would :
- Use Revo Uninstaller Freeware to uninstall MySQL
- Install Agent Ransack and search for all occurrences on disk of "mysql", ".cnf" and ".conf" files and directories
- Use regedit and search for "mysql"
Note down the directories and registry keys that you find, and then construct yourself a batch file that will do the cleanup of all the leftovers.
ANSWER 3
Score 3
If you installed MySQL as a service then you may want to delete that service as well.
- Makes sure the service is stopped (should be if you uninstalled already)
- open a command prompt as administrator (start menu, search "cmd", right-click on cmd.exe, run as administrator)
- run sc delete MYSQL from the command prompt. (Replace MYSQL with the name of your service)
- open services menu and check
ANSWER 4
Score 1
MySQL stores configurations in a file named my.cnf (probably called my.config on windows) try searching it on you system and deleting it.
It is usually located somewhere in /usr/local/mysql or /usr/local/var