The following changes were made:

* Moved to newer version scheme
  * Added modified my.cnf
  * corrected function log_info_msg to log_init_msg
  * Updated usher to install my.cnf
This commit is contained in:
2018-01-11 22:41:39 -06:00
parent 1cce039371
commit b3f6944280
4 changed files with 172 additions and 20 deletions

View File

@@ -26,6 +26,10 @@ case $1 in
fi
fi
if [ ! -f /etc/my.cnf ]; then
install -m 644 /usr/share/mariadb/my.cnf /etc/my.cnf
fi
mysql_install_db --basedir=/usr --datadir=/var/lib/mysql \
--user=mysql 2>/dev/null
chown -R mysql:mysql /var/lib/mysql /var/run/mysqld