dolibarr/build/exe/doliwamp/mysqltestinstall.bat.install
2008-10-18 14:19:26 +00:00

23 lines
764 B
Plaintext

@echo off
REM ------------------------------------------------------------
REM Launch a test to connect to mysql
REM $Id$
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" and enter twice 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%
pause