php, mysql - Too many connections to database error

前端 未结 6 1546
南方客
南方客 2020-12-03 10:40

Good day to all. I have an odd error. I have created a chat that works like this:

  • questions/answers are inserted into a db
  • every 2 seconds an ajax re
6条回答
  •  春和景丽
    2020-12-03 11:26

    If you are reaching the mac connection limit go to /etc/my.cnf and under the [mysqld] section add max_connections = 500

    and restart MySQL.

提交回复
热议问题