How can I change MariaDB to MySQL in XAMPP?

我是研究僧i 提交于 2019-11-27 21:17:24

You can use the following way.

  1. Stop MariaDB in Xampp which show as mysql running...
  2. Download the installer for windows mysql Installer
  3. Follow the instruction.
  4. Now start Apache2 and clear cookie in your browser. Now you can see phpmyadmin and workbench showing Server type: MySQL

If you want to stick to MariaDB then you can use sqlyog also.

Hope it answer your question

You have to do little adjustment with xampp in order to use MySQL instead of MariaDB . I just did following and its worked , i think it may helpful to others also.

  1. Download and install mysql installer.

2.stop xampp and rename the mysql folder inside the xampp directory(may be its not necessary! )

3.just start Apache only from xampp control panel . No need to start mysql.

4.Last step . Make sure your running MySQL in your system . That's it ..

Check php admin panel there you can see Server type: MySQL instead of MariaDB ...

Thanks..

I just upgraded XAMPP because of PHP 7. I am also using mysql workbench. I want to be as close to production as I can, but my webhoster supports only mysql. These where my reasons to switch back from mariadb to mysql

I followed these steps: (also max 5min) https://gist.github.com/odan/c799417460470c3776ffa8adce57eece

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!