matocaster Posted May 7, 2005 Share Posted May 7, 2005 I installed MySQL from the official package, and I broke the back-end data, and now no-one can log in, and no one has privileges, to connect. Anyway, how can I COMPLETELY remove everything MySQL put on my computer, so I can cleanly re-install it, and revert to a backup I have. Link to comment https://www.neowin.net/forum/topic/317738-removing-mysql/ Share on other sites More sharing options...
MPD Posted May 7, 2005 Share Posted May 7, 2005 You can use DesInstaller to remove everything that the .pkg file installed originally, or you can 'sudo rm -rf /usr/local/mysql-VERSION' in the terminal, replacing VERSION with the version that you installed. You can run 'ls /usr/local' to see the exact file name, mine is "mysql-standard-4.0.24-apple-darwin7.7.0-powerpc". Link to comment https://www.neowin.net/forum/topic/317738-removing-mysql/#findComment-585887588 Share on other sites More sharing options...
Recommended Posts