SERVICE COMPUTER team - Hallo Kawan kembali lagi dengan postingan menarik dari Service Computer Team, kali ini SCt akan membagikan cara configurasi menghubungkan komputer master dan komputer slave untuk database teman teman...ok langsung saja kita ke tutorialnya
Persiapan:
- XAMPP
- Command Promt
- 2 Buah komputer/Laptop
- 1 buah kabel UTP(LAN)
Cara Pertama
Configurasi komputer 1 (Master)
pastikan kedua komputer/ laptop sudah terhubung menggunakan kabel lan teman teman
kemudian buka aplikasi xampp dan running apache dan mysql
Jika sudah kemudian buka comand promt(cmd)
dan ketikan perintah di bawah ini:
cd\
cd xampp\mysql\bin
kemudian ketikan perintah:
mysql -u root
grant replication slave on *.* to 'user10'@'192.168.43.119' identified by 'user10';
flush tables with read lock;
show master status;
unlock tables;
Komputer 2
pastikan kedua komputer/ laptop sudah terhubung menggunakan kabel lan teman teman
kemudian buka aplikasi xampp dan running apache dan mysql
Jika sudah kemudian buka comand promt(cmd)
dan ketikan perintah di bawah ini:
cd\
cd xampp\mysql\bin
kemudian ketikan perintah:
mysql -u root
stop slave;
change master to master_host='192.168.43.137', master_user='nina', master_password='666', master_port='3306',master_log_file='mysql-bin.000058', master_log_pos=629;
start slave;
show slave status\G
keterangan:
komputer 1 harus di exit terlebih dahulu dan matikan xamppnya...
kemudian lanjutkan perintah komputer 2:
grant replication slave on *.* to 'user6'@'192.168.43.137' identified by'666';
flush privileges;
flush tables with read lock;
show master status;
unlock tables;
Selanjutnya kembali lagi pada Komputer 1:
nyalakan kembali xampp dan masuk kembali ke cmd
ketikan perintah di bawah ini:
cd\
cd xampp\mysql\bin
mysql -u root
stop slave;
change master to master_host='192.168.43.119', master_user='111', master_password='111', master_port=3306, master_log_file='mysql-bin.0000008', master_log_pos=630;
start slave;
show slave status \G
Cara yang Kedua
Komputer 1 (slave)
C:\Users\asus>ping 192.168.43.8
C:\Users\asus>cd ..
C:\Users>cd ..
C:\>cd xampp\mysql\bin
C:\xampp\mysql\bin>mysql -u root -p
mysql> stop slave;
change master to master_host='192.168.43.8', master_user='FUTSAL', master_password='123', master_port=3306, master_log_file='mysql-bin.000010', master_log_pos=;
mysql> start slave;
mysql> show slave status\G
mysql>exit
setingan ke-2 :
- cd ..
- cd..
- cd xampp\mysql\bin
- mysql -u root -p
- show databases;
- use futsal ;
- show tables;
- select * from ....;
komputer 2 (master)
//sesi 1
C:\Users\ASUS>ping 192.168.43.79
C:\Users\ASUS>cd ..
C:\Users>cd ..
C:\>cd xampp\mysql\bin
C:\xampp\mysql\bin>mysql -u root -p
Enter password:
mysql> create user 'dosen'@'192.168.43.79' identified by '123';
Query OK, 0 rows affected (0.37 sec)
mysql> grant replication slave on *.* to 'dosen'@'192.168.43.79' identified by '123';
Query OK, 0 rows affected (0.26 sec)
mysql> flush table with read lock;
Query OK, 0 rows affected (0.17 sec)
mysql> show master status;
+------------------+----------+--------------+------------------+-------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB | Executed_Gtid_Set |
+------------------+----------+--------------+------------------+-------------------+
| mysql-bin.000004 | 500 | | | |
+------------------+----------+--------------+------------------+-------------------+
1 row in set (0.05 sec)
exit;
//sesi2
//matikan xampp
Keterangan :
- Komputer 2 harus di exit terlebih dahulu dan matikan xampp nya...
- Sebelum pengeditan selesai pada komputer 1, jangan dulu Komputer 2 dinyalahakan xamppnya
- lalu, lakukanlah pengeditan pada komputer 1, lalu testlah pada komputer 2
Oke teman teman itulah cara configurasi komputer master dan komputer slave ...
Semoga artikel ini bisa membantu teman teman...Jika ada pertanyaan tinggalkan di bawah kolom komentar Sekian dan terima kasih
Selamat Berkreasi- SERVICE COMPUTER team.
#jangan lupa kunjungi channel youtube Service Computer Team..check here..
#jangan lupa kunjungi channel youtube Service Computer Team..check here..
Tidak ada komentar:
Posting Komentar