How can I change the type of database in phpmyadmin from mariadb to mysql?

强颜欢笑 提交于 2020-04-30 15:03:35

问题


I'm using phpmyadmin with xampp on both of my home and work machines. Some queries didn't work for me when I was working on one computer, but it worked on another. I checked it and the only difference is in the database server type.

My queries don't work on:

Server type: MariaDB

They do work on:

Server type: Mysql

How can I change it from MariaDB to Mysql then?


回答1:


The answer to this difference is here:

https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-compatibility/

I don't quite know what you queries you are having trouble with but this should get you started.



来源:https://stackoverflow.com/questions/33762560/how-can-i-change-the-type-of-database-in-phpmyadmin-from-mariadb-to-mysql

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