Free Linux Tutorials
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About

Tag - replication

  • Tutorials

Setting up MySQL Database Replication

by tux
3 min read
1 Comment

I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, I.Configure Master 1. edit /etc/mysql/my.cnf. We have to enable networking for MySQL, #skip-networking 2. Add the following line to the...

Continue reading

  • Quick Tips & Tricks

Repairing Mysql replication

by tux
3 min read
Add Comment

One of the most important procedure in setting up master-slave replication on Mysql database successfully is to have a consistent dump or backup of database(s) from the master server by locking all tables during mysqldump so...

Continue reading

Copyright © 2025. Created by Meks. Powered by WordPress.
  • BLOG
  • Topics
  • Configs & Scripts
  • Top List
  • Links
  • About