Replace mysql_stop.bat

Was sollte alles noch in XAMPP rein? Was kommt definitiv bald? Was kommt so bald wie möglich, dauert nur noch etwas? Was kommt wahrscheinlich nicht rein?

Replace mysql_stop.bat

Postby theking2 » 21. September 2022 09:13

Replace the mysql_stop.bat file with the following:

Code: Select all
@echo off
cd /D %~dp0

echo Mysql shutdown ...
echo SHUTDOWN; > mysql\shutdown.sql
mysql\bin\mysql -u root < mysql\shutdown.sql

if not exist mysql\data\%computername%.pid GOTO exit
echo Delete %computername%.pid ...
del mysql\data\%computername%.pid

:exit
theking2
 
Posts: 30
Joined: 08. March 2012 09:12
XAMPP version: latest
Operating System: W7

Return to XAMPP-Wunschzettel

Who is online

Users browsing this forum: No registered users and 7 guests