gpt4 book ai didi

mysql - 使用 .sql.gz 文件还原数据库时,gunzip 附近的 SQL 语法错误

转载 作者:IT老高 更新时间:2023-10-29 00:12:44 30 4
gpt4 key购买 nike

我正在尝试使用 .sql.gz 文件恢复 mysql 数据库。我正在使用 mySql 控制台运行命令,因为文件大小对于 phpMyAdmin 来说太大了。我正在使用的命令是

gunzip C:/Vik/Gya/Source/beed_2013-04-06.sql.gz | mysql -u root -p bd

其中 root 是用户 ID。 root 没有密码。 bd 是我要导入的数据库。 mysql 在我的本地机器(Windows 8)上运行。我有一个 wamp 设置。

这是我得到的错误:

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'gunzip
C:/Vikalp/Gyankosh/Source/beedictionary_2013-04-06.sql | mysql -u root
-p'
at line 1.

最佳答案

你需要 -c 选项(输出到标准输出)

gunzip -c xxx.sql.gz |mysql -u root -p

关于mysql - 使用 .sql.gz 文件还原数据库时,gunzip 附近的 SQL 语法错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16125603/

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