Hi, I installed the noinstall package of mysql 5.0.41 on Windows Server 2003 R2 SP2. I manage an instance with mysqlmanager of this package. The my.ini is the following:
[manager] pid-file=mysqld37.pid [mysqld37] mysqld-path=D:/Programme/MySQL/mysql-5.0.41-win32/bin/mysqld-nt.exe datadir=D:/Daten/domestic default-storage-engine=MYISAM port = 3310 socket = /tmp/mysql.sock37 log log-error relay-log=proliant-relay-bin All mysqlmanager commands seem to work, with one exception: mysql> stop instance mysqld37; Query OK, 0 rows affected (35.14 sec) You see that it takes more than half a minute until the instance ist stopped. The mysqlmanager displays when runnig with --standalone: The instance 'mysqld37' is being stopped forcibly. Normallyit should not happen. Probably the instance has beenhanging. You should also check your IM setup. You see my setup above, I cannot spot any problem. The error log is the following: 070511 18:11:34 InnoDB: Started; log sequence number 0 43655 070511 18:11:34 [Warning] 'db' entry 'searchresult_eth [EMAIL PROTECTED]' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE. 070511 18:11:34 [Warning] 'db' entry 'eth [EMAIL PROTECTED]' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE. 070511 18:11:34 [Warning] 'db' entry 'eth [EMAIL PROTECTED]' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE. 070511 18:11:34 [Warning] 'db' entry 'eth [EMAIL PROTECTED]' had database in mixed case that has been forced to lowercase because lower_case_table_names is set. It will not be possible to remove this privilege using REVOKE. 070511 18:11:34 [Note] D:\Programme\MySQL\mysql-5.0.41-win32\bin\mysqld-nt.exe: ready for connections. Version: '5.0.41-community-nt-log' socket: '' port: 3310 MySQL Community Edition (GPL) The name of our ETH database has capital letters but that did not matter for years. In the bug database there is no problem of this kind (http://bugs.mysql.com/search.php?cmd=display&status[]=All&severity=all&search_for=mysqlmanager&direction=ASC&limit=50&reorder_by=id) Do you see a problem with my setup here or do you think that this is a bug? Thanks, Uwe Galle