Jump to content
  • 0

MySql Istance Config problem


Cloud

Question

today while installing again programs to start again developing..i got problem with Mysql Istance Config..i can't config mysql because the window is very little and i can't enlarge it..i noticed is a windows vista 64bit problem,any solution?

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

To install MySQL Servera in Vista

1. Disable the UAC in Windows Control Panel->User Accounts

2. Use mysql-essential-5.0.51a-win32.msi

3. In the final step uncheck "Configure MySQL Server now"

4. Download and run Resource Hacker http://www.angusj.com/resourcehacker/

5. Open ...\MySQL Server 5.0\bin\MySQLInstanceConfig.exe with Resource Hacker

6. Navigate to 24\1\1033

7. Change

<requestedExecutionLevel level="asAdministrator" uiAccess="false">

to

<requestedExecutionLevel level="requireAdministrator" uiAccess="false">

8. Press "Compile script"

9. Exit Resource Hacker and save the result (overwrite the initial MySQLInstanceConfig.exe)

10. Now MySQLInstanceConfig.exe should start normally.

11. Configure the server.

Link to comment
Share on other sites

  • 0

i'll try maylox,anyway the strange thing is that some time ago i already made a server and all went fine..maybe i have to unistall all programs about java,navicat,mysql and try again?any suggestion thx u

Link to comment
Share on other sites

  • 0

well, i dont think that uninstalling all programs and installing them again will fix your problem. try install them with the order i gave you and see what happens. also search for program versions that are compatible with windows vista 64bit

Link to comment
Share on other sites

  • 0

now the config works fine..but can i ask the last question?it cannot start service windows..maybe because i deleted the registry files,the folder to fix a problem?have I to reboot?..

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...