From abbb6914ffbd15ff4d30fc5e5ab2cb48f0bd2c17 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 13 May 2008 01:46:04 +0000 Subject: [PATCH] Fix: Use a dynamic timeout --- build/exe/doliwamp/mysqlinitpassword.bat.install | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/exe/doliwamp/mysqlinitpassword.bat.install b/build/exe/doliwamp/mysqlinitpassword.bat.install index 3c31c856dca..bd6e6987acd 100644 --- a/build/exe/doliwamp/mysqlinitpassword.bat.install +++ b/build/exe/doliwamp/mysqlinitpassword.bat.install @@ -7,10 +7,11 @@ REM echo ---- Show content of script mysqlinitpassword before running it >> doli REM type .\mysqlinitpassword.bat >> doliwamp.log 2>>&1 sleep 3 +REM sleep 20 echo ---- Execute script to init mysql password >> doliwamp.log 2>>&1 -echo If an error is shown here, rerun this script manually >> doliwamp.log 2>>&1 -.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqladmin -P WAMPMYSQLPORT -u root password WAMPMYSQLNEWPASSWORD >>doliwamp.log 2>>&1 +echo If an error is shown here, rerun this script manually. >> doliwamp.log 2>>&1 +.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqladmin -v -w6 -P WAMPMYSQLPORT -u root password WAMPMYSQLNEWPASSWORD >> doliwamp.log 2>>&1 echo ---- End script >> doliwamp.log 2>>&1