MariaDB [(none)]> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| kcwtest |
| mysql |
| performance_schema |
| test |
+--------------------+
5 rows in set (0.00 sec)
可以复制!这样就实现单机实例复制,我做的3个实例,3306端口给默认的用,3307,3308端口做主从复制。
在 CentOS/RHEL/Scientific Linux 6 下安装 LAMP (Apache with MariaDB and PHP)
Linux下编译安装配置MariaDB数据库的方法
CentOS系统使用yum安装MariaDB数据库
Ubuntu 上如何将 MySQL 5.5 数据库迁移到 MariaDB 10