[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
0xampp
/
[
Home
]
File: mysql_stop.bat
@echo off cd /D %~dp0 echo Mysql shutdowm ... cmd.exe /C start "" /MIN call "@@BITROCK_INSTALLDIR@@\killprocess.bat" "mysqld.exe" if not exist mysql\data\%computername%.pid GOTO exit echo Delete %computername%.pid ... del mysql\data\%computername%.pid :exit