Control Web Panel

WebPanel => MySQL => Topic started by: greaterworksbs on August 23, 2022, 07:41:10 PM

Title: MySQL Configuration File
Post by: greaterworksbs on August 23, 2022, 07:41:10 PM
I notice that something isn't right about my MYSQL configuration file located at /etc/my.cnf. It looks incomplete.

#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
max_connections = 500000
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d
Title: Re: MySQL Configuration File
Post by: bullten on August 24, 2022, 09:20:42 AM
I notice that something isn't right about my MYSQL configuration file located at /etc/my.cnf. It looks incomplete.

#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
max_connections = 500000
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d

navigate to directory /etc/my.cnf.d and here you will have file where you can add the configuration. "server.cnf"