diff --git a/build/windows/xampp/build.php b/build/windows/xampp/build.php index 71d533c9bd..93452b297c 100644 --- a/build/windows/xampp/build.php +++ b/build/windows/xampp/build.php @@ -299,4 +299,4 @@ $file->copyFile($buildDir . '/ioncube_loader_win_5.3.dll', './xampp/php/ext/ionc $file->copyFile($buildDir . '/apache_installservice.bat', './xampp/apache_installservice.bat'); $file->copyFile($buildDir . '/apache_uninstallservice.bat', './xampp/apache_uninstallservice.bat'); $file->copyFile($buildDir . '/mysql_installservice.bat', './xampp/mysql_installservice.bat'); -$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_installservice.bat'); +$file->copyFile($buildDir . '/mysql_uninstallserivice.bat', './xampp/mysql_uninstallservice.bat'); diff --git a/build/windows/xampp/mysql_installservice.bat b/build/windows/xampp/mysql_installservice.bat index 3c94daa6fb..91bab86f35 100755 --- a/build/windows/xampp/mysql_installservice.bat +++ b/build/windows/xampp/mysql_installservice.bat @@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT :Win9X echo Don't be stupid! Win9x don't know Services -echo Please use apache_start.bat instead +echo Please use mysql_start.bat instead goto exit :WinNT diff --git a/build/windows/xampp/mysql_uninstallservice.bat b/build/windows/xampp/mysql_uninstallservice.bat index 3612337731..b484426541 100755 --- a/build/windows/xampp/mysql_uninstallservice.bat +++ b/build/windows/xampp/mysql_uninstallservice.bat @@ -4,7 +4,7 @@ if "%OS%" == "Windows_NT" goto WinNT :Win9X echo Don't be stupid! Win9x don't know Services -echo Please use apache_stop.bat instead +echo Please use mysql_stop.bat instead goto exit :WinNT