mysqlhotcopy Invalid db.table name 错误

Standard

出错信息:
Invalid db.table name ‘yemaosheng_com’.’blog’ at /usr/local/bin/mysqlhotcopy line 855.
解决方法:
vi /usr/bin/mysqlhotcopy
#在第 835 下新增一行
835 my @dbh_tables = eval { $dbh->tables() };
836 map { s/^.*?\.//o } @dbh_tables;#加入此行

One thought on “mysqlhotcopy Invalid db.table name 错误

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.