Hi,
We are using mysql 3 version database, and now keep get "too many connection" . We still tracing our code on the problem. For temporary solve the problem, we try to kill connection using mysqladmin process list, however, we found that after kill the connection, it still pending on the list with status ="killed", and user still get "too many connection".
Only after we restart mysql services, then the problem solved.
do we able to restart mysql services from remote side?
any help on this?