发现第一天删除的文件已经不存在,但是第二天添加的内容还是没有
MariaDB [hellodb]> select * from tb1;
+------+
| id |
+------+
| 1 |
| 2 |
| 3 |
| 23 |
+------+
4 rows in set (0.00 sec)
导入第二天的二进制日志转换后的sql文件。
1 [root@MariaDB ~]# mysql -u root -p </backup/all.2.sql
导入完成之后,数据库就回到了故障之前的状态
MariaDB [hellodb]> select * from tb1;
+------+
| id |
+------+
| 1 |
| 2 |
| 3 |
| 23 |
| 1000 |
| 9000 |
+------+
6 rows in set (0.00 sec)
在 CentOS/RHEL/Scientific Linux 6 下安装 LAMP (Apache with MariaDB and PHP)
Ubuntu 上如何将 MySQL 5.5 数据库迁移到 MariaDB 10