Skip to content

Commit dc49a2e

Browse files
committed
Trying to fix PHPBench tests
1 parent c4afe94 commit dc49a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpbench.dist.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
export DB_DRIVER=pdo_mysql
4-
export DB_HOST=localhost
4+
export DB_HOST=127.0.0.1
55
export DB_PORT=3306
66
export DB_USERNAME=root
77
#export DB_ADMIN_USERNAME=root

0 commit comments

Comments
 (0)