Author Topic: MySQL Configuration File  (Read 1747 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
MySQL Configuration File
« 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

Offline
***
Re: MySQL Configuration File
« Reply #1 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"