刚刚安装Mysql,一路Next后,到配置时却不能成功运行MySQLInstanceConfig.exe 。google一阵搜索,在国外一个站上发现了解决方法!
下载安装ResHacker,打开Mysql安装目录下的bin目录下的MySQLInstanceConfig.exe ,找到最后一个选项(24),替换下面代码的黑色加粗部分。
<assembly xmlns=”urn:schemas-microsoft-com:asm.v1″ manifestVersion=”1.0″>
<assemblyIdentity name=”MySQLInstanceConfig.exe” version=”1.0.10.0″ processorArchitecture=”x86″ publicKeyToken=”02ad33b422233ae3″ type=”win32″></assemblyIdentity>
<trustInfo xmlns=”urn:schemas-microsoft-com:asm.v2″>
<security>
<requestedPrivileges>
<requestedExecutionLevel level=”requireAdministrator” uiAccess=”false”></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>
编译,保存,OK,Mysql可以正常使用啦!



03 12th, 2008 at 4:38 pm
3q~让我立刻解决了这个难题
03 14th, 2008 at 7:48 pm
太感谢了!困扰我好几天的问题解决了!
03 15th, 2008 at 11:47 pm
哈,不客气!
05 5th, 2008 at 4:28 pm
改了 还是无法启动?