Re: Query excution time

2003-06-21 Thread Tobias Schittkowski
If you want a simple solution for windows, check RSSmyperfmon www.rss-software.de/en MTop (MySQL Top) is a really nice little utility: http://mtop.sourceforge.net/ Shows what queries are running, and elapsed time. Daivd - Original Message - From: Prem Soman [EMAIL PROTECTED] To:

ssh problem with mysql_real_connect - repost

2003-06-19 Thread Tobias Schittkowski
I think I need a MySQL code guru... I am using the 4.0.12 client library on a Win2k host to connect to a 4.0.13 linux server. If I connect directly to the server using mysql_real_connect, everything runs fine. However, I want to use SSH tunneling. So I set up a SSHv2 tunneling connection from

strange SSH/libmysql.dll problem - this time with dbug infos

2003-06-04 Thread Tobias Schittkowski
I think I need a MySQL code guru... I am using the 4.0.12 client library on a Win2k host to connect to a 4.0.13 linux server. If I connect directly to the server using mysql_real_connect, everything runs fine. However, I want to use SSH tunneling. So I set up a SSHv2 tunneling connection from

mysql_real_connect hangs

2003-05-30 Thread Tobias Schittkowski
I am using the 4.0.12 client library on a Win2k host to connect to a 4.0.13 linux server. If I connect directly to the server using mysql_real_connect, everything runs fine. However, I want to use SSH tunneling. So I set up a SSHv2 tunneling connection from localhost:3306 to server:3306. If I