Ben xu 于 2008-03-03 02:20(16 年以前) 发表:
介绍的非常好,非常感谢,但是MYSQL 安装有问题。
第一, 必须禁止USER ACCOUNT CONTROL( UAC)
第二. 这个不知道是我的问题,还是共性,
下载resource hacker, 打开MYSQL.EXE, 修改24///1033, REQUESTEXECUTIONLEVEL TO requreAdministorator,
Ben xu 于 2008-03-03 12:29(16 年以前) 发表:
说详细点(另外我上面写错了,对不起)
具体问题是, 当设置MYSQL时,显示
c:\program files\mysql\mysql server5.0\bin\mysqlinstanceconfig.exe
The application has failed to start because it's side-by-side configuration is incorrect, please see the application event log for more detail
解决办法
下载 rescource hacker
打开 c:\program files\mysql\mysql server5.0\bin\mysqlinstanceconfig.exe
找到24/ 1 / 1033 ,在右边的xml里找到
<requestedExecutionLevel level="asAdministrator" uiAccess="false"></requestedExecutionLevel>
这一项, 把level="asAdministrator" 改成level="requireAdministrator"
一切OK. good luck!
(注:我的vista版本是 business english edition)
XiaoHui 回复于 2008-03-03 12:58:
多谢补充。我安装的时候,一切正常,没有遇到这个问题(windows vista enterprice english, 没关 UAC, mysql 是用的最新版本). :)