From d4c7f3e40772c08711fadd7a37dd1b03bd826ecf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 4 Sep 2009 22:59:38 +0000 Subject: [PATCH] Add doc info --- build/exe/doliwamp/mysqlinitpassword.bat.install | 3 +++ build/exe/doliwamp/mysqltestinstall.bat.install | 3 +++ 2 files changed, 6 insertions(+) diff --git a/build/exe/doliwamp/mysqlinitpassword.bat.install b/build/exe/doliwamp/mysqlinitpassword.bat.install index 2509d7f13e0..534da066ebf 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 4d2ceb2c529..784e61671e8 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: