HEX
Server: Apache
System: Linux cpanel91.fastsecurehost.com 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User: harmonyg (1050)
PHP: 8.2.29
Disabled: shell, shell_exec, exec, ini_alter, dl, show_source, passthru, system, eval, pfsockopen, leak, apache_child_terminate, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
Upload Files
File: //etc/my.cnf
# Maxer MariaDB Server Configuration
# (do not change or remove the above title)
# Last Update: 13/03/2024
#
# For advice on how to change settings please see
# https://mariadb.com/kb/en/server-system-variables/
#

#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]

#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d

[mysqld]
#
# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
innodb_buffer_pool_size=134217728
#
# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
#log_bin
#
# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
#join_buffer_size = 128M
#sort_buffer_size = 2M
#read_rnd_buffer_size = 2M

datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log_error=/var/log/mysqld.log

connect_timeout=25
innodb_temp_data_file_path=ibtmp1:64M:autoextend:max:1G
local_infile=0
max_allowed_packet=268435456
max_connections=800
myisam_sort_buffer_size=32M
open_files_limit=0
performance_schema=0
query_cache_limit=2M
query_cache_size=64M
query_cache_type=1
read_buffer_size=32M
sql_mode=NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
table_open_cache=1024
unix_socket=OFF
wait_timeout=28000