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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user