mysql给用户添加查询权限
摘要:grantselecton*.*totianq@"localhost"identifiedby"tianq";
grant select on *.* to tianq@"localhost" identified by "tianq";
【mysql给用户添加查询权限】相关文章:
★ mysql_stat()查询MySQL服务器当前系统状态