at the end of the php script, the database connection will be auto closed.
if i run the script from the command line, at the end of the script, the database connection should also be auto closed, right?
for some reasons, i have many silent mysql process.
i didn't use persistent connections.
the script is light weighted. no script will be run for a long time, any other causes i should check out?
Thanks!