diff --git a/build/exe/doliwamp/mysqlinitpassword.bat.install b/build/exe/doliwamp/mysqlinitpassword.bat.install index 2509d7f13e0c9208d0c58622600af8ac796f442a..534da066ebfbba87d920cc34067ac3938f835a41 100644 --- a/build/exe/doliwamp/mysqlinitpassword.bat.install +++ b/build/exe/doliwamp/mysqlinitpassword.bat.install @@ -2,7 +2,10 @@ REM ----------------------------------- REM This script initialize Mysql root password WHEN PASSWORD IS EMPTY. REM An error is returned IF PASSWORD IS ALREADY SET. +REM $Id$ REM ----------------------------------- +REM To change password, run following SQL command: +REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword" REM echo ---- Show content of script mysqlinitpassword before running it >> doliwamp.log 2>>&1 REM type .\mysqlinitpassword.bat >> doliwamp.log 2>>&1 diff --git a/build/exe/doliwamp/mysqltestinstall.bat.install b/build/exe/doliwamp/mysqltestinstall.bat.install index 4d2ceb2c529c8b61e556371c97a7b8bb8441fe4a..784e61671e8f2ac65483512ab9c5979fc396977f 100644 --- a/build/exe/doliwamp/mysqltestinstall.bat.install +++ b/build/exe/doliwamp/mysqltestinstall.bat.install @@ -3,6 +3,8 @@ REM ------------------------------------------------------------ REM Launch a test to connect to mysql REM $Id$ REM ------------------------------------------------------------ +REM To change password, run following SQL command: +REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword" echo ----------------------------------------------------------- echo This programm wil test a login on Mysql installed @@ -13,6 +15,7 @@ echo ----------------------------------------------------------- echo If login is successull, type "quit" and enter twice to exit. echo ------------------------------------------------------------ + SET SAVES= SET /P SAVES=Enter password to test: