Thanks for the answers!
When i do a SHOW PROCESSLIST; i get this:
#
mysql> show processlist;
++--++--+-+--+---+--
+
| Id | User | Host | db | Command | Time | State | Info
|
++--++--+-+-
I have a program that uses MySql.
When using a MySql 5.0 server, the MySql Administrator shows in the "health"
section that the server never passes a perfectly stable limit of 9.1~9.2 KB/s of
trafic and never shows more that 1 query (per second).
Looks like some kind of configuration limitation!?
I am using the .net connector for mono in my application to connect to MySql
servers. Application is open-source and can be found here:
http://fileuniverse.com/?p=showitem&ID=2746
The program searches some text files for info to store in a database.
- In both my Linux boxes, with MySql 4.1, progra