Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: max_connections (reset)
Max_connections 214 4.15.0-46-genérico # 49-Ubuntu



Assim, o problema de max_connections cair do valor definido em seu arquivo my.cnf para 214 existe há algum tempo no Ubuntu.

Como exemplo, foi observado aqui em 2015



Eu corri para isso novamente recentemente e foi resolvido com os seguintes passos.


# cp /lib/systemd/system/mysql.service /etc/systemd/system/
# cd /etc/systemd/system/
# vi mysql.service

LimitNOFILE=infinity

[Leia mais]