当前位置:Gxlcms > 数据库问题 > mariadb

mariadb

时间:2021-07-01 10:21:17 帮助过:3人阅读

mysqld] datadir=C:/soft/mariadb-10.5.3-winx64/data character-set-server=utf8 port=6666 [client] plugin-dir=C:/soft/mariadb-10.5.3-winx64/lib/plugin port=6666

 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   支持   

人气教程排行