I have setup a master/slave scenario.
The mysql database from my master is replicating to the slave.
I have user "test" setup with select priv to "mysql" db from host "localhost" and "%" in the mysql.db and mysql.user tables.
I can connect from slave to master with user test and do a select, but I cannot connect from master to slave.
From MASTER> mysql -h SLAVE -u test mysql
ERROR 1044: Access denied for user: '@MASTER' to database 'mysql'
Any ideas?
The mysql database from my master is replicating to the slave.
I have user "test" setup with select priv to "mysql" db from host "localhost" and "%" in the mysql.db and mysql.user tables.
I can connect from slave to master with user test and do a select, but I cannot connect from master to slave.
From MASTER> mysql -h SLAVE -u test mysql
ERROR 1044: Access denied for user: '@MASTER' to database 'mysql'
Any ideas?