Uninstalling MySQL
Need some help managing your MySQL Servers?
When using Cloud 66 to deploy to your own servers, you might experience trouble with an existing MySQL installation on your server.
Along with our general operating system requirements for the deployment to your server to work, we also recommend that you uninstall all MySQL related files from your server before deploying.
Do not run on production servers
These commands are only intended to prepare fresh, standalone servers for initial provisioning. They should NOT be run on servers that are shared with your application or that are being used in production.
Use apt to uninstall and remove all MySQL packages:
Remove the MySQL folder:
Delete all MySQL files on your server:
Your system should no longer contain default MySQL related files.
Need some help managing your MySQL Servers?