Reputation: 263
I'm a new LAMP developer, and I need to change MySQL to MariaDB in installed Denwer package. So, please, tell me, what should I do for it? I need to reinstall MySQL only (how can I do it? just delete all files?) and install MariaDB or I need to do anything else?
Upvotes: 2
Views: 1569
Reputation: 11213
As specified in the FAQ on the MariaDB website linked. MariaDB and MySQL are fully compatible. You can simply uninstall mySQL and install MariaDB and everything should work. If you're not sure how you would go about uninstalling and reinstalling mysql then superuser.com is probably the place to start.
Upvotes: 2