Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/mysql_stop.bat
Daniel Waggner 76a7ae65df PUUUUUSH
2023-05-17 14:44:01 -07:00

11 lines
246 B
Batchfile

@echo off
cd /D %~dp0
echo Mysql shutdowm ...
cmd.exe /C start "" /MIN call "C:\xampp\killprocess.bat" "mysqld.exe"
if not exist mysql\data\%computername%.pid GOTO exit
echo Delete %computername%.pid ...
del mysql\data\%computername%.pid
:exit