Bug #22563 | MySQL service won't start on Vista without elevated privileges | ||
---|---|---|---|
Submitted: | 21 Sep 2006 19:22 | Modified: | 11 Feb 2008 21:18 |
Reporter: | Elliot Murphy | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 5.0, 5.1 | OS: | Windows (Windows Vista) |
Assigned to: | Iggy Galarza | CPU Architecture: | Any |
[21 Sep 2006 19:22]
Elliot Murphy
[21 Sep 2006 21:02]
Elliot Murphy
The issue that Virginia reported to you was fixed in a current Vista build with the RunAsAdmin shim as shown in the fix .xml included in the notification email, so your users of the released version of the Vista operating system are unaffected by the original problem reported in the bug. The steps to reproduce the reported problem before the fix were: 1. Install MySql using default options 2. On MySQL setup wizard select to Skip Sign-up and click on Next button 3. Select Finish button to complete setup 4. Go through MySQL Configuration Wizard selecting defaults (make sure Install as Windows Service is selected) 5. At the end of Configuration select to create Anonymous Account and enter a password and select Next button 6. Click on Execute button Expected Results: Configuration selected by the user gets executed Actual Results: Configuration wizard fails to start MySQL Windows Service
[22 Oct 2006 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[14 Nov 2006 14:37]
Daniel Edney
I have managed to solve the mysql and vista RC1 service start problem with a .bat file. You can view it on my blog http://tagworld.com/php3ch0/PostDetail.aspx?id=463b0abb-c19c-4077-93b7-33a12e6373c0
[14 Nov 2006 21:43]
Timothy Smith
Daniel, Thank you for the batch file. I hope it is a useful workaround until MySQL is modified to work without it. Regards, Timothy
[25 Nov 2006 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[29 Nov 2006 19:59]
Iggy Galarza
I downloaded and attempted to install MySql-4.1.22-Community Edition on a machine running Windows Vista RTM and got the expected results not the error.
[30 Dec 2006 0:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[28 Apr 2007 0:02]
Eject Disc
Same problem in starting the MySQL service on Windows Vista. I am using: mysql-essential-5.0.37-win32.msi I got around the problem by using the .bat file as listed above Daniel Edney. More details about my Vista system: Windows Vista Home Premium 1Gb RAM, Intel Core 2 Duo T5500 @ 1.66Ghz 32-bit OS Version 6.0.6000
[10 Aug 2007 14:45]
Iggy Galarza
Now that bug#24732 has been pushed all of the server executables include a manifest which requests the execution level of "AsInvoker" making this bug no longer an issue for those executables.
[12 Sep 2007 16:37]
Thanapm Chaikiti
Install MySQL 4.023 on Windows Vista HOME not service mysql in Administrative tools -mysql not show in start and stop and MySQL not connect to database
[19 Dec 2007 20:15]
Patrick Crews
Verified that the MySQLInstanceConfig.exe file has a digital signature tab as intended.
[11 Feb 2008 21:18]
Paul DuBois
Noted in 5.0.51a, 5.0.56 changelogs. For Windows Vista, MySQLInstanceConfig.exe did not include a proper manifest enabling it to run with administrative privileges.
[2 Apr 2008 21:06]
Lucas Heuman
Closed but yet to be addressed in latest version.
[8 Jun 2008 4:26]
bob eff
use the sc create command in a dos window to add the service manually: sc create MySQL start= auto DisplayName= MySQL binPath= c:\program files\mysql\mysql server 5.1\bin\mysqld.exe then if you need to alter any parameters, use the administrative tools/services utility