Forum Moderators: phranque
clients: programs linked with libmysqlclient.so communicating with mysql servers - such as:
- the 'mysql' program
- php with mysql extensions
- ODBC drivers (which in turn might act as a "server" for ODBC clients)
- other mysql tools such as mysqldump, mysqladmin
- perl's DBI::mysql
- etc...
I have to do this with a batch file/command line, since I can't find the proper code to do it anywhere else.
Doing that has helped stop the problem but it's very frustrating.