OwlCyberSecurity - MANAGER
Edit File: my.cnf
[mysqld] bind-address=127.0.0.1 performance_schema=off innodb_file_per_table=1 tmpdir=/tmp max_connections=1500 max_user_connections=1000 key_buffer_size=512M myisam_sort_buffer_size=512M join_buffer_size=512K read_buffer_size=256K sort_buffer_size=512K table_open_cache=4096 thread_cache_size=4096 table_definition_cache=4096 open_files_limit=64000 wait_timeout=60 connect_timeout=120 tmp_table_size=128M max_heap_table_size=128M max_allowed_packet=1G query_cache_limit=1M query_cache_size=64M query_cache_type=1 interactive_timeout=120 max_connect_errors=999999999 local-infile=0 innodb_buffer_pool_size=2G innodb_log_file_size=256M innodb_log_buffer_size=20M innodb_flush_method=O_DIRECT sql_mode=NO_ENGINE_SUBSTITUTION log_error=mysql_error.log #log_timestamps=SYSTEM unix_socket=OFF