Jump to content

mybot

Members
  • Posts

    4
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by mybot

  1. There is no account by the username abc, but there is one with the username mybot. I checked the active mysql connections for the username mybot on Johnny, but there are none currently active so you shouldn't be getting a max connections error right now. That error is usually caused by using persistent mysql connections instead of closing each connection when you're done querying the database. I've seen some people leave open sleeping mysql connections for days without any data transfer. Let us know if it happens again, and I can check it again for you.

    thanks for reply ,

    Yes currently there is no active connections for that database from my app i wanted to ask what is the max active connections i can open at a time from my application?

    Because my application is multi user so it query's to database from multiple users at a time

×
×
  • Create New...