Skip to main content

MySQL Usage

Comments

5 comments

  • simonas
    Re: serious MySQL problem Hello, Please check error_log, in you website folder and check server error logs.
    0
  • SS-Maddy
    Re: serious MySQL problem The mysql server needs to be optimized. You can optimize it by changing the parameters in /etc/my.cnf
    0
  • MaRiOsGR66
    Re: serious MySQL problem [quote="SS-Maddy, post: 1672932">The mysql server needs to be optimized. You can optimize it by changing the parameters in /etc/my.cnf
    I've allready done that, with MySQLTuner ( did run it 2 times, 1 every 24 hours) and added all the suggestions to /etc/my.cnf
    0
  • cPanelMichael
    Re: serious MySQL problem Hello :) Could you let us know the full contents of your /etc/my.cnf file? I have moved this thread to the "Optimization" forum where you are likely to receive more user feedback. Thank you.
    0
  • MaRiOsGR66
    Hello, yes it is: root@[~]# cat /etc/my.cnf [mysqld] max_connections = 800 innodb_file_per_table=1 open_files_limit=50000 interactive_timeout=30 wait_timeout=30 # debug long_query_time=0.3 log-slow-queries=/var/log/mysql-slow.log #last additions 24-06-2014 query_cache_type = 1 query_cache_size = 64M query_cache_limit = 1M join_buffer_size = 512K thread_cache_size = 4 table_open_cache = 1024 innodb_buffer_pool_size = 1G innodb_log_buffer_size = 2M max_heap_table_size = 32M
    0

Please sign in to leave a comment.