gpt4 book ai didi

将数据库从服务器复制到另一个服务器时出现 mysqldump 错误

转载 作者:行者123 更新时间:2023-11-29 17:34:05 24 4
gpt4 key购买 nike

我正在尝试将数据库从一台服务器复制到另一台服务器,如下所示

mysqldump -u<source_db_username> -p<source_db_password> -h<source_db_ip_address> source_database_name
| mysql -u<target_db_username> -p<target_db_password> -h<aws_rds_endpoint> <aws_rds_db_name>;

但我明白了

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 'mysqldump -u<source_db_username> -p<source_db_password>
-h<source_db_ip_address> source_database_name ' at line 1

最佳答案

复制时我不应该使用数据库,我只需要引用 mysql 位置即可使用它,并且不应该使用“;”在命令结束时它现在正在工作。

关于将数据库从服务器复制到另一个服务器时出现 mysqldump 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50434336/

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