开发者

restoring mysql backup

开发者 https://www.devze.com 2023-03-05 06:33 出处:网络
I\'m trying to restore database from backup. I\'ve create new DB: CREATE DATABASE `my_db` CHARACTER SET utf8

I'm trying to restore database from backup. I've create new DB:

CREATE DATABASE `my_db` CHARACTER SET utf8

after that I launch big sql, afrter some time there written

ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for th开发者_如何学运维e right syntax to use near ''oy7:
commandwy24:BroadcastCommandContentsy15:changeStructure:7y7:1080582i15ay7:1' at
line 1

Does anyone know what's up here? I've tried on two backups, and I don't think both are invalid.

Thank you in advance!

0

精彩评论

暂无评论...
验证码 换一张
取 消