域名

MySQL实时在线备份恢复方案

时间:2010-12-5 17:23:32  作者:人工智能   来源:人工智能  查看:  评论:0
内容摘要:复制mysql>createdatabasecnfol; QueryOK,1rowaffected(0.00sec) mysql>createt

MySQL实时在线备份恢复方案
复制mysql> createdatabase cnfol;  Query OK,实时线 1 row affected (0.00 sec)  mysql> createtable cnfol.t (id intprimarykey);  Query OK, 0 rows affected (0.02 sec)  mysql> insertinto cnfol.t select 1;  Query OK, 1 row affected (0.01 sec)  Records: 1  Duplicates: 0  Warnings: 0  mysql> insertinto cnfol.t select 2;  Query OK, 1 row affected (0.00 sec)  Records: 1  Duplicates: 0  Warnings: 0  1.2.3.4.5.6.7.8.9.10.11.12.13.
copyright © 2025 powered by 编程之道  滇ICP备2023006006号-34sitemap