Skip to content
Snippets Groups Projects
Commit d4c7f3e4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Add doc info

parent e04294ff
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,10 @@ ...@@ -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
......
...@@ -3,6 +3,8 @@ REM ------------------------------------------------------------ ...@@ -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 ----------------------------------------------------------- ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment