OXIESEC PANEL
- Current Dir:
/
/
etc
/
my.cnf.d
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/20/2025 09:37:17 PM
rwxr-xr-x
📄
client.cnf
295 bytes
06/05/2024 05:31:10 PM
rw-r--r--
📄
enable_encryption.preset
763 bytes
06/05/2024 05:31:08 PM
rw-r--r--
📄
mysql-clients.cnf
232 bytes
06/05/2024 05:31:08 PM
rw-r--r--
📄
server.cnf
1.06 KB
06/05/2024 05:31:08 PM
rw-r--r--
📄
spider.cnf
120 bytes
06/05/2024 05:31:08 PM
rw-r--r--
Editing: server.cnf
Close
# # These groups are read by MariaDB server. # Use it for options that only the server (but not clients) should see # # See the examples of server my.cnf files in /usr/share/mysql/ # # this is read by the standalone daemon and embedded servers [server] # this is only for the mysqld standalone daemon [mysqld] # # * Galera-related settings # [galera] # Mandatory settings #wsrep_on=ON #wsrep_provider= #wsrep_cluster_address= #binlog_format=row #default_storage_engine=InnoDB #innodb_autoinc_lock_mode=2 # # Allow server to accept connections on all interfaces. # #bind-address=0.0.0.0 # # Optional setting #wsrep_slave_threads=1 #innodb_flush_log_at_trx_commit=0 # this is only for embedded server [embedded] # This group is only read by MariaDB servers, not by MySQL. # If you use the same .cnf file for MySQL and MariaDB, # you can put MariaDB-only options here [mariadb] # This group is only read by MariaDB-10.11 servers. # If you use the same .cnf file for MariaDB of different versions, # use this group for options that older servers don't understand [mariadb-10.11]