时间:2021-07-01 10:21:17 帮助过:3人阅读
4.修改密码
set password for root@localhost = password(‘新密码‘);
5.支持root用户允许远程连接mysql数据库
grant all privileges on *.* to ‘root‘@‘%‘ identified by ‘123456‘ with grant option;
flush privileges;
mariadb
标签:option lib mysqld 配置 http dir 允许 href 支持