标签: mysql grant
我想做类似
grant select on arpg.t_account,arpg.t_char to peeker@'localhost';
但失败了,有没有办法这样做?
答案 0 :(得分:1)
您不能,您可以编写脚本来为您管理它。 MySQL管理工具中还有一些功能可让您轻松点击。
答案 1 :(得分:0)
不。不在一个声明中。你甚至不能在这里使用arpg.t_%这样的通配符。