MySQL Forums
Forum List  »  Install & Repo

Re: Multiple instances of mysql on same server - install issues
Posted by: Joseph Norris
Date: November 19, 2013 05:01PM

Thanks John,

Ok both master and slave are running - then I did the following on master:


GRANT REPLICATION SLAVE, REPLICATION CLIENT ON *.* TO csslave@"xx.xx.xx.xx/255.255.255.0" identified by 'mypassword';

Which gave me ok

Then I added

master-host = localhost
master-user = mysql
master-password = mypassword
master-port = 3301

Then restarted slave

then in slave i did slave start; which gave me back an ok

Now when I go to master
and do a show csmaster status;

I get the status of the master
but when I do a show csslave status;

I do not get the status just an empty set - is this correct?

Thanks again

Options: ReplyQuote




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.