| Bug #60893 | create new server instance profile,remote | ||
|---|---|---|---|
| Submitted: | 16 Apr 2011 8:20 | Modified: | 11 Nov 2013 7:57 |
| Reporter: | byfeng yue | Email Updates: | |
| Status: | No Feedback | Impact on me: | |
| Category: | MySQL Workbench: Administration | Severity: | S3 (Non-critical) |
| Version: | 5.2.33CE | OS: | Windows (SP3) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | create new server instance, native windows remote management | ||
[18 Apr 2011 12:20]
MySQL Verification Team
The remote server which OS version it is?. Thanks in advance.
[19 Apr 2011 0:42]
byfeng yue
remote server OS version windows server 2008,mysql server 5.5.9
[27 Apr 2011 1:06]
MySQL Verification Team
Verified against remote Windows 2003 server.
[11 Oct 2013 7:57]
Mike Lischke
Sorry for the long delay in processing this problem. In the meantime a lot of improvements have been made in MySQL Workbench. Can you please recheck if this problem is still visible to you and give us feedback? Thanks.
[12 Nov 2013 1:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".

Description: mysql server OS:windows 2008 client workbench OS:window xp sp3 command: "net use M: \\172.18.14.77\D$ ``11qq /user:administrator" and "sc \\172.18.14.77 stop/start/query MySQL" can perform success. when i create new server instance , At "Remote Windows Login" Dialog request input: server:wmi@ip user:username password:password when i click OK. Result pop-up dialog show :"WMI query execution failed". However,wmi script is performed successfully,as follows: strHost = "172.18.14.77" Const HKLM = &H80000002 Set objLocator = CreateObject("Wbemscripting.SWbemLocator") Set objWMIService = objLocator.ConnectServer(strHost, "root\cimv2", "administrator", "``11qq") Set colItems = objWMIService.ExecQuery("Select * from Win32_BootConfiguration",,48) For Each objItem in colItems Wscript.Echo "BootDirectory: " & objItem.BootDirectory Next How to repeat: always