File "mysql_stop.bat"
Full path: E:/sites/Single15/tinmung2007/webroot/XAMMP/mysql_stop.bat
File size: 270 B
MIME-type:
Charset: utf-8
@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