2 messages in com.mysql.lists.gui-toolsPatches and Win binaries
FromSent OnAttachments
Wallace Mcgee11 Dec 2003 19:49 
Adam Hooper11 Dec 2003 20:30 
Subject:Patches and Win binaries
From:Wallace Mcgee (wm@infopartners.com.au)
Date:12/11/2003 07:49:44 PM
List:com.mysql.lists.gui-tools

Hi there,

I have found in the archives this wonderful patch which will solve all of my
troubles..

But I could solve it myself if I knew where mysqlcc.exe stores its list of
hosts/usernames and passwords.

I cant find it in the registyr, or in the working forlder of mysqlcc.exe or in
WinNT (or windows)

Where does it store its settings!?!

The patch that foxes the crash if user/name password is wrong is below.

---8<--- --- old/shared/src/CMySQL.cpp 2003-09-13 15:45:05.000000000 -0500 +++ new/shared/src/CMySQL.cpp 2003-09-21 18:39:58.000000000 -0500 @@ -68,6 +68,7 @@ qDebug("CMySQL::init()"); #endif

+ textcodec = 0; mysql = 0;

mysql_client_flags = 0;

---8<---