*** empty log message ***

This commit is contained in:
Laurent Destailleur 2008-05-04 03:33:13 +00:00
parent f4d20bada6
commit b56d578b8d

View 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