forcing a non-default log location so that mariadb initializes
This commit is contained in:
parent
1402d5eea4
commit
083d4f7940
1 changed files with 4 additions and 1 deletions
|
@ -38,6 +38,9 @@ read_buffer_size = 256K
|
|||
read_rnd_buffer_size = 512K
|
||||
myisam_sort_buffer_size = 8M
|
||||
|
||||
# change the log dir so that it'll initialize with the new init script
|
||||
log-error=/var/log/mariadb/mariadb.log
|
||||
|
||||
# setting STRICT_ALL_TABLES for phabricator
|
||||
sql_mode=STRICT_ALL_TABLES
|
||||
|
||||
|
@ -154,4 +157,4 @@ interactive-timeout
|
|||
#
|
||||
# include all files from the config directory
|
||||
#
|
||||
!includedir @INSTALL_SYSCONF2DIR@
|
||||
#!includedir @INSTALL_SYSCONF2DIR@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue