发布网友 发布时间:2024-08-18 21:45
共3个回答
热心网友 时间:2024-08-21 19:00
先DOS运行 net user sss 123 /add再运行 net localgroup administrators sss /add热心网友 时间:2024-08-21 19:02
insert into user(Host,User,Password) values ('localhost','sss','123');;grant select,update,insert,delete on *.* to sss identified by "123"; 看看行不。热心网友 时间:2024-08-21 19:04
GRANT ALL PRIVILEGES ON *.* TO "用户名"@"localhost" identified by "密码";