1.安装

以manjaro为例

sudo pacman -S mariadb

2.问题

无论是普通用户还是root用户在输入mariadb后都会出现如标题所示的错误。

3.解决

su
mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql

注:

以上内容仅为个人学习记录使用。

相关文章:

  • 2022-03-04
  • 2021-10-09
猜你喜欢
  • 2021-12-22
相关资源
相似解决方案