Description of problem: When starting mariadb-galera-server, it is looking for the file "fill_help_tables.sql" in /usr/share and /usr/share/mysql, but the file does not exist in either location. This results in an error: ... mariadb-prepare-db-dir[3965]: Initializing MySQL database ... mariadb-prepare-db-dir[3965]: FATAL ERROR: Could not find fill_help_tables.sql ... mariadb-prepare-db-dir[3965]: The following directories were searched: ... mariadb-prepare-db-dir[3965]: /usr/share ... mariadb-prepare-db-dir[3965]: /usr/share/mysql This file is provided by mariadb-galera-server in /usr/share/mariadb-galera. I would expect either (a) /usr/share/mysql to be a symlink into /usr/share/mariadb-galera, or (b) for the mariadb-galera startup scripts to look directly in /usr/share/mariadb-galera. There is a /usr/share/mysql directory, but this is provided by mariadb-libs and does not contain the necessary files. Version-Release number of selected component (if applicable): 5.5.38-1.fc20.x86_64
*** This bug has been marked as a duplicate of bug 1134328 ***