Control Web Panel

WebPanel => MySQL => Topic started by: szunyi on January 18, 2019, 08:28:10 AM

Title: increase max_connections
Post by: szunyi on January 18, 2019, 08:28:10 AM
hello,

with centos 7 + mariadb how can i increase the database max connection number?

thanks!
bye
Title: Re: increase max_connections
Post by: studio4host on January 18, 2019, 08:40:43 AM
under [mysqld] set it like this
Code: [Select]
max_connections=500
mariadb is using this file
/etc/my.cnf.d/server.cnf