Mysql – Why can’t I manage the server using MySQL Worckbench (WMI Status…)

MySQL

I'm trying to manage my MySQL Server using Workbench 5.2.31 CE Rev 7115 with MySQL 5.5.8 on Windows Server 2003, but I'm getting this error:

RuntimeError: Could not initialize WMI interface: Workbench.wmiOpenSession(); Internal error: Instantion of IWbemLocatio failed.

Internal Error: WMI status code text creation failed

I can use [SQL Development], [Data Modeling], but not [Server Administration]…

Best Answer

I'm not familiar with that tool, but if it's a WMI problem, you might want to make sure WMI is enabled in Windows Server and that any firewall ports are open that are used by WMI.

Maybe this will help, or Google for "enable wmi in windows 2003" for other possibly relevant information.