set password for root@localhost = password('123456');
grant all privileges on *.* to root@'%' identified by "123456";
数据库
最新推荐文章于 2024-12-08 15:04:15 发布
set password for root@localhost = password('123456');
grant all privileges on *.* to root@'%' identified by "123456";