Doc: Update comment in doliwamp files.
This commit is contained in:
parent
4f36d2dbc1
commit
c387197a55
@ -1,6 +1,7 @@
|
|||||||
@echo off
|
@echo off
|
||||||
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 -----------------------------------
|
REM -----------------------------------
|
||||||
|
|
||||||
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
|
||||||
@ -10,7 +11,8 @@ sleep 3
|
|||||||
REM sleep 20
|
REM sleep 20
|
||||||
|
|
||||||
echo ---- Execute script mysqlinitpassword.bat to init mysql password >> doliwamp.log 2>>&1
|
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
|
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysqladmin -v -w6 -P WAMPMYSQLPORT -u root password WAMPMYSQLNEWPASSWORD >> doliwamp.log 2>>&1
|
||||||
|
|
||||||
echo ---- End script >> doliwamp.log 2>>&1
|
echo ---- End script >> doliwamp.log 2>>&1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user