Re: show master/slave status privileges ?

2005-09-02 Thread Gleb Paharenko
Hello. > GRANT ALL ON *.* TO 'test'@123.123.123.123' IDENTIFIED BY 'h4x0r' Are you sure that you are connected as [EMAIL PROTECTED] user? What does 'status' command report (execute it in the mysql command line client)? What version of MySQL do you use? "Morten Kalles$e" <[EMAIL PROTECTED

Re: show master/slave status privileges ?

2005-09-02 Thread Michael Stassen
Morten Kallesøe wrote: > Hi > > I have been trying to get my mysql server to do as i want, but its not > quite playing along. > > I need to monitor the replication status from a remote server, first by > hand, 2nd by a perl script. > > But i keep getting this darn message. > > mysql> show master s

Re: show master/slave status privileges ?

2005-09-02 Thread Michael Stassen
Alan Williamson wrote: I have made a user with the following command: GRANT ALL ON *.* TO 'test'@123.123.123.123' IDENTIFIED BY 'h4x0r' Silly question Morten, and I am sure you have probably done it, but you are definitely running: % mysql> FLUSH PRIVILEGES; You only need to FLUSH PRIVILEGES

RE: show master/slave status privileges ?

2005-09-02 Thread Alan Williamson
> I have made a user with the following command: > GRANT ALL ON *.* TO 'test'@123.123.123.123' IDENTIFIED BY 'h4x0r' Silly question Morten, and I am sure you have probably done it, but you are definitely running: % mysql> FLUSH PRIVILEGES; -- Alan Williamson, Technology Evangelist SpikeSource