mariadb
Posted 木龙
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mariadb相关的知识,希望对你有一定的参考价值。
1.下载 https://downloads.mariadb.org/mariadb/10.5.3/
2.解压后cmd执行 mysql_install_db.exe --datadir=D:db --service=Mariadb --password=123456
3.修改my.ini配置
[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的主要内容,如果未能解决你的问题,请参考以下文章
MariaDB:如果从终端运行代码或从 SQL 客户端运行代码,由于整理/编码的不同行为