From c387197a55048ed65b28dff272b9af03e9f32030 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 17 Apr 2009 15:28:41 +0000 Subject: [PATCH] Doc: Update comment in doliwamp files. --- build/exe/doliwamp/mysqlinitpassword.bat.install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/build/exe/doliwamp/mysqlinitpassword.bat.install b/build/exe/doliwamp/mysqlinitpassword.bat.install index ce0f79a3646..43fb9d59900 100644 --- a/build/exe/doliwamp/mysqlinitpassword.bat.install +++ b/build/exe/doliwamp/mysqlinitpassword.bat.install @@ -1,6 +1,7 @@ @echo off REM ----------------------------------- -REM This script initialize Mysql root password when password is empty +REM This script initialize Mysql root password WHEN PASSWORD IS EMPTY. +REM An error is returned IF PASSWORD IS ALREADY SET. REM ----------------------------------- REM echo ---- Show content of script mysqlinitpassword before running it >> doliwamp.log 2>>&1 @@ -10,7 +11,8 @@ sleep 3 REM sleep 20 echo ---- Execute script mysqlinitpassword.bat to init mysql password >> doliwamp.log 2>>&1 -echo If an error is shown here, rerun the script manually. >> doliwamp.log 2>>&1 +echo For a first installation, if an error is shown here, rerun the script manually. >> doliwamp.log 2>>&1 +echo For an update, you will get an "Acces denied error", ignore this error. >> 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