home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / DB / MySQL4 / start_service.bat < prev    next >
Encoding:
DOS Batch File  |  2004-05-31  |  623 b   |  14 lines

  1. @echo Off
  2.  
  3. echo MYSQL Database server
  4. echo this installs and starts the mysqld.exe binary as choosen service
  5. echo if you want another binary to be installed, just open this 
  6. echo file in your favorite texteditor and substitute mysqld.exe by
  7. echo either mysqld-nt.exe, mysqld-opt.exe, mysqld-max.exe or
  8. echo mysqld-max-nt.exe
  9. echo ---------------------------------------------------------
  10. echo to install the service, run: mysqld.exe --install TSW-MySQL
  11. echo starting MySQL now
  12. echo if this fails, check if there is a my.cnf at %WINDIR%, or the
  13. echo database is already installed and started
  14. net start TSW-MySQL