如何在單個語句中授予多個表的特權?在多個表上選擇特權
mysql> grant select on dbName.crw_changes to sink;
Query OK, 0 rows affected (0.02 sec)
mysql> grant select on dbName.crw_changes, dbName.bs_services to sink;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' dbName.bs_services at line 1
如果您查看以前的問題的答案並接受至少一些答案,這將是一件好事。 – 2009-09-07 08:45:25