mariadb
windows
- 针对最新版本,当前是 10.5.x
- 解压
- 管理员权限的 cmd
- ps,win10 的
win+x
显示 power shell 的话,桌面右键打开个性化
- ps,win10 的
去 bin 目录下键入命令
mysql_install_db.exe —datadir=d:\develop_env\mariadb\db —service=mariadb —password=root
打开服务
net start mariadb
进入
mysql -uroot -proot