Failed to create an IPC Port: 拒绝访问

在使用MySQL Workbench时,有时会出现“Failed to create an IPC Port: 拒绝访问”的对话框提示,原因可能是多次运行了Workbench,到任务管理器中Kill掉全部,再运行该程序应该可以了。

----------------------------------------------------------------------------

Exception = System.Runtime.Remoting.RemotingException
Message = Failed to create an IPC Port: 拒绝访问。

FullText = System.Runtime.Remoting.RemotingException: Failed to create an IPC Port: 拒绝访问。

   at System.Runtime.Remoting.Channels.Ipc.IpcServerChannel.StartListening(Object data)
   at MySQL.Workbench.ApplicationInstanceManager.RegisterRemoteType(String uri)
   at MySQL.Workbench.ApplicationInstanceManager.CreateSingleInstance(String name, String[] args, EventHandler`1 callback)
   at MySQL.GUI.Workbench.Program.Main(String[] Args)

-----------------------------------------------------------------------------

你可能感兴趣的:(mysql)