mysqlhotcopy运行如下:[root@local_slavedb ~]# mysqlhotcopy test /tmpInvalid db.table name "test.test`.`mytest" at /usr/bin/mysqlhotcopy line 855.解决方法:Suggested fix:A quick and dirty fix is to strip the database prefix from the list of tables. Thishappens in function get_list_of_tables(). Adding the following line right behind line 835will strip the prefixing schema:map { s/^.*?.//o } @dbh_tables;A long term fix would be to avoid $dbh->tables() (it is marked deprecated anyway) and use either table_info() or plain SHOW TABLES instead.MySQL 压力测试工具super smack通过进程id号知道一个Oracle会话所占用的内存相关资讯 MySQL知识
- MySQL 5.5.21 GA 发布 (02/21/2012 16:07:37)
- 甲骨文宣布为MySQL 5.6增加新功能 (07/27/2011 05:41:30)
- MySQL管理工具 SQLyog 9.1 发布 (06/14/2011 05:54:00)
| - MySQL Cluster 7.1.15a 发布 (08/29/2011 05:58:28)
- Zebra_Database 2.5 发布 (07/03/2011 06:35:59)
- 甲骨文透露Sun的战略规划 (01/29/2010 13:45:49)
|
本文评论 查看全部评论 (0)