Skip to main content

MySQL optimization

Comments

4 comments

  • Permanently deleted user
    When I put this in my.conf [mysqld] innodb_file_per_table=1 open_files_limit=5294 log-slow-queries=/var/lib/mysql/slow.log interactive_timeout=300 query_cache_size=50M skip-bdb query_cache_type=1 tmp_table_size=64M max_heap_table_size=64M thread_cache_size=4 table_cache=600 wait_timeout=300 I get: Waiting for mysql to restart....................................................................finished. mysql has failed, please contact the sysadmin (result was "mysql is not running"). Can you help me?
    0
  • Permanently deleted user
    This is making problems: skip-bdb Now I have this: [mysqld] innodb_file_per_table=1 open_files_limit=6020 log-slow-queries=/var/lib/mysql/slow.log interactive_timeout=300 query_cache_size=50M query_cache_type=1 query_cache_type=1 tmp_table_size=64M max_heap_table_size=64M thread_cache_size=4 table_cache=600 wait_timeout=300 query_cache_limit=64M And the result: >> MySQLTuner 1.2.0_1 - Major Hayden >> Bug reports, feature requests, and downloads at
    0
  • thinkbot
    it's good configuration, don't worry
    0
  • cPanelMichael
    [quote="mehnihma, post: 1573652">This is making problems: skip-bdb
    I just wanted to note that this option is not available in your version of MySQL (5.5) in-case others come across this thread with a similar error message. Thank you.
    0

Please sign in to leave a comment.