mysql给用户添加查询权限
摘要:grantselecton*.*totianq@"localhost"identifiedby"tianq";
grant select on *.* to tianq@"localhost" identified by "tianq";
【mysql给用户添加查询权限】相关文章:
★ mysql下普通用户备份数据库时无lock tables权限的解决方法