我最近使用MySQL
安装了MySQL Workbench 6.9.3
的网络版,但是当我尝试打开它时,它会立即崩溃(我也尝试使用命令行打开它)。
我安装了.NET
和Visual Studio
,因此先决条件不是问题。
是什么?
这是我在控制台中遇到的错误:
Unhandled Exception: System.AccessViolationException: Attempted to read or write
protected memory. This is often an indication that other memory is corrupt.
at wb.WBContext.read_state(WBContext* , basic_string<char\,std::char_traits<c
har>\,std::allocator<char> >* , basic_string<char\,std::char_traits<char>\,std::
allocator<char> >* , Int32* )
at MySQL.Workbench.WbContext.read_state(String name, String domain, Int32 def
ault_value)
at MySQL.GUI.Workbench.MainForm.LoadFormState()
at MySQL.GUI.Workbench.MainForm.MainForm_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at MySQL.GUI.Workbench.MainForm.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr
wparam, IntPtr lparam)