This commit is contained in:
2023-11-21 16:46:22 +08:00
parent 7db14e6c9c
commit d54a0b84bb
3 changed files with 6 additions and 4 deletions

View File

@@ -43,7 +43,6 @@ function Init {
rm -f ${SOCK_FILE}* ${PID_FILE}
chown -R mysql:mysql $LOG_DIR $BINLOG_DIR $DATA_DIR
if [ ! -d "$DATA_DIR/mysql" ]; then
Print Writing essential server config to /etc/mysql/my.cnf ...
Print Initing mysql db files ...
mysqld_pre_systemd
INIT_FLAG=1