[EMAIL PROTECTED] wrote:
I am running MySQL 3.23 and want to setup replication. I execute the
following command(copied from MySQL document) on the master server:

GRANT REPLICATION SLAVE ON *.* TO 'repl'@'%.mydomain.com' IDENTIFIED BY
'slavepass';

And it return the following message:

ERROR 1064: You have an error in your SQL syntax near 'replication.....

You are using a version prior to MySQL 4.0.2. Give the account the FILE privilege instead.


Please help. Thanks,
Joseph







-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to