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<---