0%

MySQL修改用户权限

1
2
3
GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY '123456' WITH GRANT OPTION;

flush privileges;