Andreas wrote:
I got me a copy of mysqlcc 0.9.2-beta and installed it on my win 2000 box.
No complaints so far.

There is an icon on the desktop.
I click it and for a really short moment there is a sandclock and then nothing happens. Mysqlcc just dosn't bother to appear.


I went to the c:\programme\mysqlcc directory on the console and tried to start it on the command line to catch some error messages but still nothing happens.

Then I copied the zip to my notebook which has more or less the same windows on it.
There everything works fine.


Any hints what there's wrong with my desktop-comp ?

I had the same problem with mysqlcc working on a win2k desktop but not working on a win2k notebook, so probably the desktop isn't the problem.


Using some trace utility, I found that mysqlcc.exe exited soon after reading C:\WINNT\my.ini on the "bad" computer (without the mysqlcc windows appearing). The "good" computer had no MySQL installed thus it had no C:\WINNT\my.ini file.

Looking at the my.ini file for suspicious options, I found that changing the line

   socket               = /tmp/mysql.sock
to
   #socket              = /tmp/mysql.sock

(commmenting it out) makes mysqlcc work again. Renaming/removing my.ini works as well, but is probably not what you want.

Does this help?





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to