package/mariadb: do not pass --user=mysql to mysql_install_db
authorRyan Coe <bluemrp9@gmail.com>
Tue, 4 Feb 2020 01:21:59 +0000 (17:21 -0800)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 4 Feb 2020 13:57:20 +0000 (14:57 +0100)
commit6b74423025defaa9eaa1541987ec5cd1060cda7b
treee7ce878db3ba7450dc237f99e0068ca5cb89d2c1
parent2b653736ce48b6e62eae636f6c8fc94be776b985
package/mariadb: do not pass --user=mysql to mysql_install_db

We currently install the default database by passing --user=mysql to the
install script. With the upcoming bump to the 10.4 series, this does not
work as intended. An error occurs because of missing PAM modules. We work
around this now by creating the default db as root and calling chown to
change the files to user mysql.

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/mariadb/S97mysqld