Mariadb sql文件到mysql

2022-01-15 00:00:00 database mariadb mysql

我正在使用 5.3.0-MariaDB-beta,我将更改我的专用服务器.新服务器有 mysql,我无法将 Mariadb sql 文件导入 mysql.

I am using 5.3.0-MariaDB-beta and I will change my dedicate.New server has mysql and I can not import Mariadb sql file to mysql.

如何将 sql 文件导入/转换为 mysql?

How can i import/convert sql file to mysql?

推荐答案

如果您要使用 MySQL 5.3,这应该不是问题.只需复制您的数据文件.更多信息:http://kb.askmonty.org/en/mariadb-versus-mysql兼容性

This is supposed to be a non-issue if you are going to MySQL 5.3. Just copy over your data files. More here: http://kb.askmonty.org/en/mariadb-versus-mysql-compatibility

相关文章