Bug #4687 | Problem starting the MySQL service under windows XP Home | ||
---|---|---|---|
Submitted: | 22 Jul 2004 2:59 | Modified: | 22 Jul 2004 4:08 |
Reporter: | Christopher Bird | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S3 (Non-critical) |
Version: | 4.0.20a-nt | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[22 Jul 2004 2:59]
Christopher Bird
[22 Jul 2004 4:08]
MySQL Verification Team
If you want to change the executable location for the service, you must need to remove the first service installed: mysqld-nt --remove or mysqld-nt --remove service_custom_name and re-install the service from the executable location: mysqld-nt --install or mysqld-nt --install custom_service_name and to edit the my.ini file e.g.: [mysqld] basedir=d:/mysql datadir=d:/mysql/data
[22 Jul 2004 17:21]
Christopher Bird
Thanks. Worked perfectly