全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

IP归属甄别会员请立即修改密码
查看: 340|回复: 4
打印 上一主题 下一主题

mysqldump报错1146,请大佬看下

[复制链接]
跳转到指定楼层
1#
发表于 2019-10-30 16:53:41 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
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

请问怎么处理
2#
发表于 2019-10-30 16:55:35 | 只看该作者
Try to use --skip-lock-tables parameter with mysqldump to skip lock tables, like in the example below:
3#
 楼主| 发表于 2019-10-30 17:03:17 | 只看该作者
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
4#
发表于 2019-10-30 17:08:20 | 只看该作者
  1. mysqldump -h localhost -u root -p --skip-lock-tables > back.sql
复制代码
5#
发表于 2019-10-30 17:12:38 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2026-5-8 18:30 , Processed in 0.074167 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表