-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Testing
JulienSchmidt edited this page Mar 15, 2013
·
8 revisions
Maybe you need to edit the parameters the connection to the sever is opened with. Here is an example how you can set a different password:
$ export MYSQL_TEST_PASS=root
$ SET MYSQL_TEST_PASS=root
-
MYSQL_TEST_USER
( User ) -
MYSQL_TEST_PASS
( Password ) -
MYSQL_TEST_PROT
( Network Protocol ) -
MYSQL_TEST_ADDR
( Network Adress ) -
MYSQL_TEST_DBNAME
( Database name) -
MYSQL_TEST_CONCURRENT
( 1 = enable ConcurrentTest )