回去试一下,看是不是真的有用.
well there is a bug on .msi installation file where you can't run the service after install. however, i can run MySQL on Vista RC1 just fine using the .zip file.
1. get the mysql .zip then exact to c:\mysql then coppy my-XXXX.ini to readable path
2. on your Vista RC1, go to c:\mysql\bin
3. right-click mysqld.exe and click Properties
4. in the compatibility tab, check the Run this program as an Administrator -> ok
5. go to cmd.exe and run mysql c:\> "c:\mysql\bin\mysqld" --console
if you see one line that said "ready to connect" mean you can open another cmd.exe and connect: mysql -u root mysql)
6. add MySQL to service list: c:\> "c:\mysql\bin\mysqld" --install (so that next time you don't have to run MySQL again)
posted on 2009-04-27 15:07
游子 阅读(267)
评论(0) 编辑 收藏 引用 所属分类:
软件