home *** CD-ROM | disk | FTP | other *** search
- @echo Off
-
- echo MYSQL Database server
- echo this installs and starts the mysqld.exe binary as choosen service
- echo if you want another binary to be installed, just open this
- echo file in your favorite texteditor and substitute mysqld.exe by
- echo either mysqld-nt.exe, mysqld-opt.exe, mysqld-max.exe or
- echo mysqld-max-nt.exe
- echo ---------------------------------------------------------
- echo to install the service, run: mysqld.exe --install TSW-MySQL
- echo starting MySQL now
- echo if this fails, check if there is a my.cnf at %WINDIR%, or the
- echo database is already installed and started
- net start TSW-MySQL