How To Set Up Database Replication In MySQL On Ubuntu 9.10
Share this
Related discussion
-
Rubi on Rails getting popular or not?
In my opinion, one of the issues with RoR is resources. RoR/Mongrel seems to take up more than LAMP. Not too sure why, but I did see the results of it while working at my last regular jog (freelancer now). They had a program built in RoR by some Russians that seemed really buggy, slow, etc. Maybe it was the programmers, maybe not. Although, if you're going to run RoR, I would suggest running a Mongrel cloud and routing through Apache. I did some research on that (part of a proposal to speed up the companies online web applications) and most resources stated 5-10% performance boost. The other issue is definitely lack of documentation/references. Without that, who wants to take the time to learn a new language/framework when you already know one that works?
-
What is the best extension for Social Networking website?
-
Extension for SEO URLs?
Artio JoomSEF is the best in my opinion.
this tutorial describes how to set up database replication in MySQL. MySQL replication allows you to have an exact copy of a database from a master server on another server (slave), and all updates to the database on the master server are immediately replicated to the database on the slave server so that both databases are in sync. This is not a backup policy because an accidentally issued DELETE command will also be carried out on the slave; but replication can help protect against hardware failures.
Link for the tutorial - http://www.howtoforge.com/how-to-set-up-database-replication-in-mysql-on-ubuntu-9.10
Link for the tutorial - http://www.howtoforge.com/how-to-set-up-database-replication-in-mysql-on-ubuntu-9.10
Discussion started by sanjay , on 855 days ago
You need to be a member of this group before you can participate in this discussion

Replies

