mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
fix for mysql
This commit is contained in:
parent
7e463121c3
commit
184e90132f
2 changed files with 3 additions and 1 deletions
|
@ -27,6 +27,9 @@ query_cache_size=8M
|
|||
query_cache_type=1
|
||||
tmp_table_size=16M
|
||||
|
||||
innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
[mysqld_safe]
|
||||
log-error=/var/log/mysqld.log
|
||||
pid-file=/var/run/mysqld/mysqld.pid
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
8
|
Loading…
Add table
Add a link
Reference in a new issue