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
ASP.Net -- add a ScriptManager and get "Failed to load source for:
http://localhost:63366/pub
Connect to exchange using FVS318 VPN Firewall
windows 7 home password policy
How do I resolve these exchange connectivity test errors?
compacting backend database
After Excel export and format can I auto email?
Raid 6 Performance Problems / best Stripe Size / converting to Raid 5
PL/SQL Performance
Installing PHP XP (IIS 5.1)
Exchange 2010 on ESX 4.1 guest best practices