mariadb

windows

  • 针对最新版本,当前是 10.5.x
  1. 解压
  2. 管理员权限的 cmd
    1. ps,win10 的 win+x 显示 power shell 的话,桌面右键打开个性化
    2. image.png
  3. 去 bin 目录下键入命令

    mysql_install_db.exe —datadir=d:\develop_env\mariadb\db —service=mariadb —password=root

  4. 打开服务

    net start mariadb

  5. 进入

    mysql -uroot -proot