Add doc info

This commit is contained in:
Laurent Destailleur 2009-09-04 22:59:38 +00:00
parent e04294ff8a
commit d4c7f3e407
2 changed files with 6 additions and 0 deletions

View File

@ -2,7 +2,10 @@
REM ----------------------------------- 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 An error is returned IF PASSWORD IS ALREADY SET.
REM $Id$
REM ----------------------------------- 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 echo ---- Show content of script mysqlinitpassword before running it >> doliwamp.log 2>>&1
REM type .\mysqlinitpassword.bat >> doliwamp.log 2>>&1 REM type .\mysqlinitpassword.bat >> doliwamp.log 2>>&1

View File

@ -3,6 +3,8 @@ REM ------------------------------------------------------------
REM Launch a test to connect to mysql REM Launch a test to connect to mysql
REM $Id$ REM $Id$
REM ------------------------------------------------------------ REM ------------------------------------------------------------
REM To change password, run following SQL command:
REM GRANT ALL ON *.* TO login@localhost IDENTIFIED BY "newpassword"
echo ----------------------------------------------------------- echo -----------------------------------------------------------
echo This programm wil test a login on Mysql installed 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 If login is successull, type "quit" and enter twice to exit.
echo ------------------------------------------------------------ echo ------------------------------------------------------------
SET SAVES= SET SAVES=
SET /P SAVES=Enter password to test: SET /P SAVES=Enter password to test: