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

*** empty log message ***

parent f4d20bad
No related branches found
No related tags found
No related merge requests found
@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
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