Hi,
I have this weird things happens. 

kaspia:/var/lib/mysql# mysql --version
mysql  Ver 12.22 Distrib 4.0.21, for pc-linux-gnu (i386)

mysql> show grants for "root"@"localhost";
+---------------------------------------------------------------------+
| Grants for [EMAIL PROTECTED]                                           |
+---------------------------------------------------------------------+
| GRANT ALL PRIVILEGES ON *.* TO 'root'@'localhost' WITH GRANT OPTION |
+---------------------------------------------------------------------+

mysql> grant replication slave on *.* to "backup"@"192.168.1.32";
Query OK, 0 rows affected (0.00 sec)

mysql> show grants for "backup"@"192.168.1.32";
+-----------------------------------------------+
| Grants for [EMAIL PROTECTED]                |
+-----------------------------------------------+
| GRANT USAGE ON *.* TO 'backup'@'192.168.1.32' |
+-----------------------------------------------+

I can grant another previleges, but not replication slave and
replication clients. How do I fix this? Thank you in advance.

--bk


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

Reply via email to