1

I have a MySQL Main Server and a slave server which replicates the main server.

My question is, the new MySQL users added to the Main Server do not get replicated to the slave server.

How can I make sure that slave server replicates everything including new created databases as well as MySQL user accounts?

Thanks.

1 Answer 1

2

Make sure the mysql table is also replicated. See this doc for information.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.