Merge pull request #113 from YunoHost/mysql_innodb

Avoid self corruption of mysql on power failure
This commit is contained in:
Jérôme Lebleu 2015-11-02 13:56:22 +01:00
commit 1db0cd8b68

View file

@ -36,6 +36,9 @@ read_rnd_buffer_size = 256K
net_buffer_length = 2K net_buffer_length = 2K
thread_stack = 128K thread_stack = 128K
# to avoid corruption on powerfailure
default-storage-engine=innodb
# Don't listen on a TCP/IP port at all. This can be a security enhancement, # Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host. # if all processes that need to connect to mysqld run on the same host.
# All interaction with mysqld must be made via Unix sockets or named pipes. # All interaction with mysqld must be made via Unix sockets or named pipes.