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
VS 2008: access rights under windows 7 when building an assembly
My RAM clock speed is off in CPU-Z
Source: NETLOGON Event ID: 5773 error with in DNS
SBS2k8 E-mail alias already exists
Exchange Tabs not showing in Active Directory on new Domain Controller
basic question about graphs and gradients
setup two NIC with same IP address for load balancing
Exchange 2007 OWA causes 2 audit failures on failed login attempt
How do I add a second domain controller for OWA authentiion on Exchange 2007?
Can't Add User in Active Directory