*** empty log message ***
This commit is contained in:
parent
f4d20bada6
commit
b56d578b8d
21
build/exe/doliwamp/mysqltestinstall.bat.install
Normal file
21
build/exe/doliwamp/mysqltestinstall.bat.install
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
@echo off
|
||||||
|
REM -----------------------------------
|
||||||
|
REM Launch a test to connect to mysql
|
||||||
|
REM -----------------------------------
|
||||||
|
|
||||||
|
echo ----------------------------------------------
|
||||||
|
echo This programm wil test a login on Mysql installed
|
||||||
|
echo by DoliWamp.
|
||||||
|
echo Version: WAMPMYSQLVERSION
|
||||||
|
echo Port: WAMPMYSQLPORT
|
||||||
|
echo ----------------------------------------------
|
||||||
|
echo If login is successull, type "quit" to exit.
|
||||||
|
echo ----------------------------------------------
|
||||||
|
|
||||||
|
SET SAVES=
|
||||||
|
SET /P SAVES=Enter password to test:
|
||||||
|
|
||||||
|
echo Try to connect to mysql with this password
|
||||||
|
.\bin\mysql\mysqlWAMPMYSQLVERSION\bin\mysql -P WAMPMYSQLPORT -u root -p%SAVES%
|
||||||
|
|
||||||
|
sleep 2
|
||||||
Loading…
Reference in New Issue
Block a user