Summary
Keywords
Full Transcript
Below is a complete beginner-friendly, step-by-step guide to set up MySQL MasterβSlave Replication using Docker Compose on TWO servers/nodes, with password protection enabled. Iβll explain everything from scratch, assuming you are new to MySQL, Docker, and replication. ## π§© What You Will Build β MySQL Master on Server-1 β MySQL Slave on Server-2 β Docker + Docker Compose on both servers β Secure password-based replication β phpMyAdmin (optional but recommended) β Replication tested & verified ## π₯ Server Details (Example) If your slave IP is different, replace it accordingly. +---------------------+--------------------+ | Role | IP Address | | ------------------- | ------------------ | | Master Server | 192.168.136.128 | | Slave Server | 192.168.136.129 | | MySQL Root Password | admin@123 | | Replication User | repl / admin@123 | | OS | Ubuntu 24.04 | +---------------------+--------------------+ ## π§° Prerequisites (Both Servers) * Ubuntu 24.04 * Root or sudo access * Internet connectivity * Ports open: * 3306 (MySQL) * 8080 (phpMyAdmin β optional) ## π Security Notes (Important) β Password enabled β Separate servers used β οΈ For production: * Use firewall (UFW) * Enable SSL for replication * Avoid root remote login * Use backups -------------------------------------------------------------------- ######## β οΈ Disclaimer / ΰ€ ΰ€Έΰ₯ΰ€΅ΰ₯ΰ€ΰ€°ΰ€£ ######## 1οΈβ£ All trademarks, logos, and names belong to their respective owners. 2οΈβ£ This video is made only for educational & informational purposes under Fair Use (Section 107, Copyright Act 1976). 3οΈβ£ No copyright infringement intended. 4οΈβ£ For any copyright concerns, email π© [email protected] β action will be taken promptly. ## π π Follow & Support: π₯ YouTube: https://www.youtube.com/@ChiragMahtoOfficial π· Instagram: https://www.instagram.com/chirag_._mahto πΌ LinkedIn: https://linkedin.com/in/chittrmahto π Facebook: https://www.facebook.com/chittrmahto π¬ WhatsApp Channel: https://whatsapp.com/channel/0029VbBgm16002T93KB16U12 π¬ Telegram Channel: https://t.me/+GAATbmOU4z1mMDY9 π Note: Follow the process exactly as shown in the video. πΎ DM me for paid PDF/Document β π© [email protected] β¨ Share this tutorial with your friends & colleagues! π¬ Drop your questions in the YouTube comments β Iβll reply personally. π Subscribe for FREE tutorial and Certification Tutorials! π₯ Donβt forget to π LIKE, π SHARE, π COMMENT, & π SUBSCRIBE to @ChiragTutorial π― Thanks & Regards, π« Chitt Ranjan Mahto β βCHIRAGβ π« π https://www.chirags.in #chiragtutorial #chirag #chittranjanmahto #chiragmahto #mysql #docker #dockercompose #mysqlreplication #masterslavereplication #dockerizedmysql #mysqlsetup #dockercontainers #database #devops #stepbystep
