ถ้าจะทำ replication ใช้วิธี initail ถูกแล้วครับ ermergency เอาไว้ในกรณีทำ server เริ่มแรก
อย่าลืมสร้าง database เช่น ชื่อ hos หรืออะไรก็ได้แต่ส่วนใหญ่ hos อิอิ แล้ว grant สิทธิ์ usr mysql-server
เช่น สิททธิ์ที่ชื่อ sa รหัส sa
mysql>grant all on *.* to sa@'%' identified by 'sa' with grant option;
mysql>grant super on *.* to sa@'%' identified by 'sa';
mysql>grant all privileges on *.* to sa@'%' identified by 'sa' with grant option;
mysql>flush privileges;
ประมาณนี้ครับหรือถ้าใช้ชื่ออื่นหรือรหัสก็เปลี่ยนตรง sa ให้เป็นชื่อตามใจชอบแต่ขอให้จำได้