Project

General

Profile

Bug #3126

[mysql-openrc] Error in the init file

Marx.FelipeForte - over 2 years ago - . Updated almost 2 years ago.

Status:
confirmed
Priority:
bug
Assignee:
-
% Done:

0%


Description

after syncing the mysql-openrc package running rc-service mysql start the following error:

my_print_defaults: unknown variable 'config-file=/etc/mysql/my.cnf'

this is possibly because the init script has these lines:

get_config() {
my_print_defaults --config-file="$1" mysqld |
sed -n -e "s/^--$2=//p"
}

although I haven't been able to make mysql (MariaDB) work with OpenRC, to fix this error, the line should be changed to:

get_config() {
my_print_defaults --defaults-file="$1" mysqld |
sed -n -e "s/^--$2=//p"
}

History

#1

Updated by Zuss almost 2 years ago

  • Status changed from unconfirmed to confirmed

The current script is out of date but you can take the mariadb-openrc PKGBUILD from PR #53 that will make the openrc init script work again

Also available in: Atom PDF