无法通过Jenkins Pipeline还原MySQL数据库

发布于 2025-02-13 12:03:32 字数 553 浏览 0 评论 0原文

我无法从詹金斯管道上运行还原。我有以下命令运行。 :

sh('mysql -u wp-user -h xx.xx.xx.xx -pXXXYYZZ -e prod-$dbName < /mnt/restore1/prod-$dbName.sql')

收到以下错误,工作结束。似乎詹金斯(Jenkins)在'&lt;上述代码中的符号。

+ mysql -u wp-user -h xx.xx.xx.xx -pXXYYZZ -e prod-db1
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1064 (42000) at line 1: 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 'prod-db1' at line 1

I am unable to run a restore from jenkins pipeline. I have the below command running. :

sh('mysql -u wp-user -h xx.xx.xx.xx -pXXXYYZZ -e prod-$dbName < /mnt/restore1/prod-$dbName.sql')

Receive the below error and the job ends. Seems like Jenkins just doesn't read anything after the '<' symbol in the above code.

+ mysql -u wp-user -h xx.xx.xx.xx -pXXYYZZ -e prod-db1
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1064 (42000) at line 1: 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 'prod-db1' at line 1

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文