HEX
Server: LiteSpeed
System: Linux kapuas.iixcp.rumahweb.net 5.14.0-427.42.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 1 14:58:02 EDT 2024 x86_64
User: mirz4654 (1666)
PHP: 8.1.33
Disabled: system,exec,escapeshellarg,escapeshellcmd,passthru,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,popen,pclose,dl,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setsid,posix_setuid,posix_setpgid,ini_alter,show_source,define_syslog_variables,symlink,syslog,openlog,openlog,closelog,ocinumcols,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dll,ftp,myshellexec,socket_bind,mail,posix_getwpuid
Upload Files
File: //etc/my.cnf
[client-server]
!includedir /etc/my.cnf.d

[mysqld]
# Logging. Sesuaikan dengan hostname
log-error = /var/lib/mysql/kerinci.iixcp.rumahweb.net.err

# Optional performance tweaks
performance-schema = 0

# Buffer pool
innodb_buffer_pool_size = 4G
innodb_file_per_table = 1

# Koneksi
max_connections = 512
max_allowed_packet = 256M
open_files_limit = 80000
unix_socket = OFF

# Storage engine default
default-storage-engine = InnoDB

# SQL mode
sql_mode = "ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"

# Nonaktifkan Query Cache (eliminasi locking & fragmentasi)
query_cache_type = 0
query_cache_size = 0
query_cache_limit = 0
key_buffer_size = 32M  # MyISAM legacy support

# Timeout koneksi idle
wait_timeout = 180
interactive_timeout = 180

# Table caching
table_open_cache = 2048
table_definition_cache = 4096

# max execution time untuk mysql
max_statement_time = 300