Fix: Use a dynamic timeout

This commit is contained in:
Laurent Destailleur
2008-05-13 01:46:04 +00:00
parent a39da8d2fe
commit abbb6914ff

View File

@@ -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