Matthew's picture

Hi

 

I have installed Turnkey
MySQL - Relational Database Management System, Where can I find the MySQL CNF File as I need to increase the Max Allowed Packet Size and modify the InnoDB Log File Size

 

Looking in the Webmin panel I can't see any called MySQL

 

Regards

Matthew

Forum: 
Tags: 
Dave's picture

Trough ftp go to:

/etc/mysql   there you find ''my.conf''

When i open it with Notepad++  i find :

key_buffer        = 8M
max_allowed_packet = 128M
thread_stack        = 192K
thread_cache_size       = 8

 

expire_logs_days    = 10
max_binlog_size         = 100M
max_connections = 200

 

Hope this works for you :)

Add new comment