Skip to content
Commit a3d9f764 authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

Fix MariaDB initialization when mysql_install_db is missing

Apparently some distributions don't ship mysql_install_db with
mariadb-server. Luckily for us, MariaDB can initialize itself on the
first start or mysqld, and it only needs us to make sure that the
datadir directory exists.

BUG: 392948
FIXED-IN: 5.8.3
parent 4bd807c2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment