home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / mysql_stop.bat < prev    next >
Encoding:
DOS Batch File  |  2003-07-22  |  67 b   |  4 lines

  1. @echo off
  2. echo Mysql shutdowm ...
  3. mysql\bin\mysqladmin shutdown
  4.