HEX
Server: Apache
System: Linux server.rajbhracom.com 4.18.0-553.54.1.el8_10.x86_64 #1 SMP Tue May 27 22:49:52 EDT 2025 x86_64
User: aviaworks (1000)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/self/root/etc/my.cnf
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html

[mysqld]

# Remove leading # to revert to previous value for default_authentication_plugin,
# this will increase compatibility with older clients. For background, see:
# https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_default_authentication_plugin
default-authentication-plugin=mysql_native_password
collation-server = utf8mb4_general_ci

disable_log_bin

port=3306
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log-error=/var/lib/mysql/error.log
pid-file=/var/lib/mysql/mysqld.pid

# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

innodb_file_per_table=1
sql_mode = "NO_ENGINE_SUBSTITUTION"


[mysql]
socket=/var/lib/mysql/mysql.sock

[mysqldump]
socket=/var/lib/mysql/mysql.sock

[mysqlcheck]
socket=/var/lib/mysql/mysql.sock