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 / stop_service.bat < prev    next >
Encoding:
DOS Batch File  |  2004-05-31  |  326 b   |  10 lines

  1. @echo Off
  2.  
  3. echo MYSQL Database server
  4. echo ---------------------------------------------------------
  5. mysqladmin -u root shutdown
  6. net stop TSW-MySQL
  7. echo to uninstall run the following command:
  8. echo mysqld --remove TSW-MySQL
  9. echo ---------------------------------------------------------
  10. echo MySQL stopped and removed