Hi, On Wed, Mar 26, 2003 at 11:49:01AM +0530, hemanth wrote: > I am using MySQL 3.23.41 database in 2 Systems. > Getting replication done in MySQL is really cool. > > But I often face MySQL replication issue. > Replication is getting stopped. > > kindly let me know what could be the reasons ?
Did you check the error log? It will tell you when the master and slave data are inconsistent, e.g. because you have changed tables on the slave instead of the master. > And also kindly let me know if there is anyway to automate > this replication process. > In other cases than above, e.g. network problems, the replication should start again automatically. Again, you would see this in the error log. Regards, Fred. -- Fred van Engen XB Networks B.V. email: [EMAIL PROTECTED] Televisieweg 2 tel: +31 36 5462400 1322 AC Almere fax: +31 36 5462424 The Netherlands -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]