You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
- Browse to your MySQL's bin folder (e.g. C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32\bin) in your command prompt.
- Execute the following.
- You will get the following when service is installed successfully.
Service successfully installed.
You may verify it by going to your Windows's List of Services
You may encounter error 1067 while trying to start up the service. Possible reasons/solutions are:-
- Incorrect basedir value. Edit my.ini to include full path to your MySQL folder.
basedir="C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32"
- Incorrect my.ini file loaded. Try to include the full path to the my.ini file in creating Windows service.
mysqld --install MySQL --defaults-file=C:\Joget-v4-Enterprise-4.0.2\mysql-5.0.96-win32\my.ini