1 错误描述: 利用mysql-front 工具新建数据库。提示了以下错误
2 解决办法:
内存越界问题,最好重新注册下Windows的动态链接库
首先“开始”—“cmd”
在打开的dos窗口中运行
for %1 in (%windir%\system32*.dll) do regsvr32.exe /s %1
接着安装弹出的东西就可以了。
转载于:https://www.cnblogs.com/richerdyoung/p/7411225.html
1 错误描述: 利用mysql-front 工具新建数据库。提示了以下错误
2 解决办法:
内存越界问题,最好重新注册下Windows的动态链接库
首先“开始”—“cmd”
在打开的dos窗口中运行
for %1 in (%windir%\system32*.dll) do regsvr32.exe /s %1
接着安装弹出的东西就可以了。
转载于:https://www.cnblogs.com/richerdyoung/p/7411225.html