mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix: Use a dynamic timeout
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user