[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
mysql
/
scripts
/
[
Home
]
File: ctl.bat
@echo off rem START or STOP Services rem ---------------------------------- rem Check if argument is STOP or START if not ""%1"" == ""START"" goto stop "D:\xampp182\mysql\bin\mysqld" --defaults-file="D:\xampp182\mysql\bin\my.ini" --standalone --console if errorlevel 1 goto error goto finish :stop "D:\xampp182\apache\bin\pv" -f -k mysqld.exe -q if not exist "D:\xampp182\mysql\data\%computername%.pid" goto finish echo Delete %computername%.pid ... del "D:\xampp182\mysql\data\%computername%.pid" goto finish :error echo MySQL could not be started :finish exit