MySQL Forums
Forum List  »  Replication

Re: Issue in Replication
Posted by: Aftab Khan
Date: September 14, 2012 10:35AM

>In my master mysql instance i have a database as test1 but the same does not exist in my slave mysql instance.

DROP DATABASE IF EXISTS test1;

IF EXISTS is used to prevent an error from occurring if the database does not exist



Edited 1 time(s). Last edit at 09/14/2012 10:36AM by Aftab Khan.

Options: ReplyQuote


Subject
Views
Written By
Posted
1536
September 13, 2012 02:08AM
941
September 13, 2012 11:58AM
Re: Issue in Replication
948
September 14, 2012 10:35AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.