mysqldump: Got error: 1449
生活随笔
收集整理的這篇文章主要介紹了
mysqldump: Got error: 1449
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
做mysqldump時出現(xiàn)如下問題
mysqldump: Got error: 1449: The user specified as a definer ('jyk'@'%') does not exist when using LOCK TABLES
創(chuàng)建用戶
GRANT ALL PRIVILEGES ON *.* TO 'jyk'@'%' IDENTIFIED BY "jyk123" ;
轉(zhuǎn)載于:https://blog.51cto.com/9425473/1676699
總結(jié)
以上是生活随笔為你收集整理的mysqldump: Got error: 1449的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: django中,kindeditor存到
- 下一篇: linux中软件包管理