Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

According to the ArchWiki article you should run the following before start starting the mariadb.service:

Code Block
languagebash
sudo mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql

...