Blog By Nimay Dey
mysql> CREATE USER 'repl'@'%.domainname.com' IDENTIFIED BY 'yourpassword'; mysql> GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%.domainname.com';
CREATE USER 'repl'@'%.domainname.com' IDENTIFIED BY 'yourpassword';
GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%.
domainname.com
';
No comments:
Post a Comment