testsystem does not listen on socket for mysql
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -126,7 +126,7 @@ class MysqlsTest extends TestCase
|
|||||||
|
|
||||||
// test connection
|
// test connection
|
||||||
try {
|
try {
|
||||||
$test_conn = new \PDO("mysql:host=localhost", 'test1sql1', $newPwd);
|
$test_conn = new \PDO("mysql:host=127.0.0.1", 'test1sql1', $newPwd);
|
||||||
unset($test_conn);
|
unset($test_conn);
|
||||||
} catch (PDOException $e) {
|
} catch (PDOException $e) {
|
||||||
$this->fail($e->getMessage());
|
$this->fail($e->getMessage());
|
||||||
|
|||||||
Reference in New Issue
Block a user