Microsoft
Software
Hardware
Network
Question : MySql Replication
Hi,
I have tried to follow the guides online but still unable to get it working. My setup is a dedicated server without ISP and the server in our office. On both servers there is a user called "repl" with the same password. All I have done to the user is below. As the hosted server isnt on a domain I used localhost in the stament below. Do I need to give the user permissions for the schemas as well?
mysql> CREATE USER 'repl'@'%.localhost' IDENTIFIED BY 'slavepassword';
mysql> GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%.localhost';
The below error appears in the logs for the master.
100708 9:43:54 605 Connect Access denied for user 'repl'@'81.**.**.**' (using password: YES)
Answer : MySql Replication
try
GRANT REPLICATION SLAVE ON *.* TO 'repl'@'81.**.**.**' IDENTIFIED BY 'slavepassword';
Random Solutions
I'm trying to config route and vpn in Ubuntu
how to increase the table space
css easy question - page items apprearing low down
How to connect treeview & listview or grid through Access database
In Outlook, Advanced Find - Search for Attachment name
How to configure Active Sync in Exchange 2003 and iPhone 3GS
ipconfig shows lots of "tunnel adapters", what are they?
How do I hide site tabs from certain users?
How do I decide on the hardware components required for assembling a CPU for Development purpose (Microsoft & Adobe Technologies).
Upgrade mixed mode Windows 2000 forest/domain to Windows 2008 R2 forest/domain