Hi, On 2024/04/03 12:05, Marc wrote:
Did you restart mariadb after modifying the configuration? yes
[mysqld] max_user_connections = 250 max_connections = 5000 Yes I am putting it exactly there. If I change max_connections there, I see that change as expected. However if I put there max_user_connections=103, I see 10 in show statement, and 103 in the output of '/usr/sbin/mysqld --verbose --help | grep max| grep connect '
using v10.5.
character encoding for that 103? because 10 looks suspiciously like a prefix of 103 and given the default is 0 (unlimited) I can only think that you've got a space or some other invisible character between the 10 and the 3 that causes the parse to treat the string as 10 and not 103. Good luck. Kind regards, Jaco