5

I have a Wamp server installed on Windows and it works perfectly. This article at the Slashdot inspired me to migrate from MySql to MariaDb and this question states that I can uninstall mysql and install MariaDb and it will work fine. However on Windows "Uninstall programs" section at control panel doesn't list something like MySql, i have only WampServer 2.2. Consequently, how can i replace MariDb with MySql on Windows or do i have to install php, apache, mariadb seperately?

5
  • 5
    MySQL will still run as a separate windows service, you should be able to stop/disable the MySQL service and then install MariDb in parallel (only running one at any one time unless you run it on different port numbers to avoid conflicts) Commented May 6, 2013 at 1:56
  • if i do it, will phpmyadmin use mariadb or do i have to to some configuration? Commented May 6, 2013 at 15:12
  • Assuming your control user/pass are the same, I'm going to guess no configuration changes if MariDB is a 100% drop in replacement. Commented May 6, 2013 at 21:40
  • 3
    You can try Neard (similar to Wamp) which have MariaDB in his package : sourceforge.net/projects/neard Commented Apr 4, 2014 at 15:06
  • Things like WAMP aren't terribly flexible. Lando or Vagrant may be a better choice. Commented Nov 18, 2018 at 13:18

1 Answer 1

2

Theoretically, you can install mariaDB in parallel to WampServer's mySQL, but to put it to run, you will have to alter one of the DB's port, because they use the same connection port. That is a good solution, if WampServer doesn't "upgrade" to mariaDB in it's package.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.