gpt4 book ai didi

mysql - 无效模式--兼容 : mysql40

转载 作者:行者123 更新时间:2023-11-29 06:39:43 29 4
gpt4 key购买 nike

我的 MacBook 上安装了 MYSQL 8.0.12(下载版本)。当我尝试转储 mysql40 的兼容版本时,收到错误 Invalid mode to --known: mysql40。我 100% 确信事情就是这样完成的。不是吗? mysql网站mentioned how to use it .

mysqldump -u root -p --compatible=mysql40 db_name > file.sql

Invalid mode to --compatible: mysql40

最佳答案

我检查了 mysql 8 中的兼容文档:

--compatible=name

Produce output that is more compatible with other database systems or with older MySQL servers.

The only permitted value for this option is ansi, which has the same meaning as the corresponding option for setting the server SQL mode. See Section 5.1.10, “Server SQL Modes.

参见:https://dev.mysql.com/doc/refman/8.0/en/mysqldump.html#option_mysqldump_compatible

关于mysql - 无效模式--兼容 : mysql40,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52258482/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com