Skip to main content

Database connection issue

Comments

3 comments

  • conductexam
    my.cnf config [mysqld] innodb_buffer_pool_size=1536M innodb_file_per_table=1 bind-address=127.0.0.1 default-storage-engine=MyISAM performance-schema=0 max_allowed_packet=268435456 open_files_limit=10000 key_buffer_size=1024M max_connections = 1000 performance-schema=0 query_cache_type=1 query_cache_size=20M query_cache_limit=256K thread_cache_size=128 sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION local-infile=0 wait_timeout=600
    0
  • GOT
    Nothing here to really tell us the issue. Next time it locks up run mysqldanin proc stat And post what that says when it's not working.
    0
  • cPanelLauren
    I think the command @GOT means here is: mysqladmin proc stat
    And he is correct there's not much to go on here, during this time when it fails are there other issues on the server? Is anything noted in /var/log/messages at the time?
    0

Please sign in to leave a comment.