How can I change the type of database in phpmyadmin from mariadb to mysql?
问题 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