7.修改主服务端my.cnf配置文件增加innodb_file_per_table选项
vi /etc/my.cnf
在[mysqld]后面增加innodb_file_per_table
innodb_file_per_table=1
8.修改备服务端my.cnf配置文件增加innodb_file_per_table选项
vi /etc/my.cnf
在[mysqld]后面增加innodb_file_per_table
innodb_file_per_table=1
9.开启主服务端mysql服务
service mysql start
10.开启主服务端heartbeat
1) service heartbeat start
2) cat /proc/drbd,确保状态如下:
0: cs:Connected ro:Primary/Secondary ds:UpToDate/UpToDate C r----
11.开启备用服务端heartbeat
1) service heartbeat start
2) cat /proc/drbd,确保状态如下:
0: cs:Connected ro:Secondary/Primary ds:UpToDate/UpToDate C r----