全球主机交流论坛

标题: mysqldump报错1146,请大佬看下 [打印本页]

作者: 有容乃大    时间: 2019-10-30 16:53
标题: mysqldump报错1146,请大佬看下
mysqldump -h localhost -u root -p tk > back.sql
报错如下提示
mysqldump: Got error: 1146: Table 'tk.ims_account_webapp' doesn't exist when using LOCK TABLES

请问怎么处理
作者: Evan    时间: 2019-10-30 16:55
Try to use --skip-lock-tables parameter with mysqldump to skip lock tables, like in the example below:
作者: 有容乃大    时间: 2019-10-30 17:03
Evan 发表于 2019-10-30 16:55
Try to use --skip-lock-tables parameter with mysqldump to skip lock tables, like in the example belo ...

thank you
but i bu hui
作者: Evan    时间: 2019-10-30 17:08
有容乃大 发表于 2019-10-30 17:03
thank you
but i bu hui
  1. mysqldump -h localhost -u root -p --skip-lock-tables > back.sql
复制代码

作者: adminw    时间: 2019-10-30 17:12
提示: 作者被禁止或删除 内容自动屏蔽




欢迎光临 全球主机交流论坛 (https://loc.193.gs/) Powered by Discuz! X3.4