Commit 58082d5
committed
Update Mysql connection adapter to use unix_socket
As seen in the doc (http://php.net/manual/en/ref.pdo-mysql.connection.php), you shouldn't use unix_socket with host or port. You could either let the programmer set or not the host (like I did), or check if unix_socket is used and drop host and port.
Thanks,
Marc1 parent 704a410 commit 58082d5
1 file changed
Lines changed: 7 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
0 commit comments