问题
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