Skip to main content

'localhost' (Got an error reading communication packets)

Comments

2 comments

  • Ghani8856
    my.cnf configuration [client-server] !includedir /etc/my.cnf.d [mysqld] log-error = /var/lib/mysql/vmi357337.hostname.net.err performance-schema = ON innodb_buffer_pool_size = 2G max_allowed_packet = 256M open_files_limit = 10000 innodb_file_per_table = 1 query_cache_type = 0 query_cache_limit = 1M query_cache_min_res_unit = 2k query_cache_size = 0 tmp_table_size = 64M max_heap_table_size = 64M max_connections = 200 wait_timeout = 7200 interactive_timeout = 7200 join_buffer_size = 1M tmp_table_size = 128M max_heap_table_size = 128M table_open_cache = 8000 table_definition_cache = 14760 innodb_log_file_size = 256M innodb_buffer_pool_instances = 2 bind-address=127.0.0.1 slow_query_log_file=/var/lib/mysql/slow.log
    0
  • cPanelLauren
    Is anything of note added to the MySQL error logs? Also some quick reading on the error showed this: MySQL Error Reading Communication Packets
    0

Please sign in to leave a comment.