Setting up MySQL as service from complete install

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2010 09:36 AM
Hi,
I installed complete Alfresco 3.2r on Windows 2008. I successfully installed the tomcat part as service based on the wiki instructions. How can I do the same for the mysql part? I tried
I don't get an error message, but also the service does not show up in services overview.
Anything else to do to make complete install runnable as service?
Thx, Rudolf
I installed complete Alfresco 3.2r on Windows 2008. I successfully installed the tomcat part as service based on the wiki instructions. How can I do the same for the mysql part? I tried
mysqld –install –defaults-file="c:\alfresco\mysql\my.ini" –basedir="c:\alfresco\mysql" –datadir="c:\alfresco\alf_data\mysql"
I don't get an error message, but also the service does not show up in services overview.
Anything else to do to make complete install runnable as service?
Thx, Rudolf
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2010 06:59 AM
Solved: On installation your allowed to put one parameter on command line only (so just defaults-file), the others have to be put in ini.
