摘要:
授权命令: 1.全部权限:grant all on *.* to user@192.168.10.2 identified by "pass";2.部分权限:grantselect,insert intoon *.* to user@192.168.10.2 identified by "pass"查看用户授权表: select user,host,password from mysql.user; mysql下默认存在mysql数据库,里边的user表存储着用户和授权信息。=======================================遇
阅读全文