Re: master and slave source code

2001-03-27 Thread Johan Vanroose
Hi Mohammed, - (MySQL is installed on both servers.) - On the master GRANT FILE ON .* TO replicater@ IDENTIFIED BY 'replicater'; - Stop MySQL on both servers. - Be sure you have two identical databases on each server. (Copy from one to the other if needed. - check all the access rights stuff.) -

Re: master and slave source code

2001-03-27 Thread Scott Baker
Look at "source downloads" http://mysql.com/downloads/mysql-3.23.html At 07:06 PM 3/27/2001 -0500, Mohammed Ali wrote: >Hi there, >I was looking for the master and client source code but I was unable to >find, I found the rpm but not source in tar format. >I ma tiring to configure 2 linux server

master and slave source code

2001-03-27 Thread Mohammed Ali
Hi there, I was looking for the master and client source code but I was unable to find, I found the rpm but not source in tar format. I ma tiring to configure 2 linux server one master and one slave, can you tell me what's the best way to accomplish this and what settings I have to change. any he