GRANT 权限例子
grant select,update on * to phplamp@localhost identified by '1234'; GRANT GRANT OPTION ON *.* TO root@computername.testgroup.ad; GRANT ALL PRIVILEGES ON *.* TO root@computername.testgroup.ad;
grant select,update on * to phplamp@localhost identified by '1234'; GRANT GRANT OPTION ON *.* TO root@computername.testgroup.ad; GRANT ALL PRIVILEGES ON *.* TO root@computername.testgroup.ad;