Skip to content

Commit 7cf5961

Browse files
committed
fix socket path
1 parent 00c73d2 commit 7cf5961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_sql/mysql/pdo/src/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
if ($cloud_sql_connection_name) {
5353
// Connect using UNIX sockets
5454
$dsn = sprintf(
55-
'mysql:dbname=%s;unix_socket=/Users/jdp/cloudsql/%s',
55+
'mysql:dbname=%s;unix_socket=/cloudsql/%s',
5656
$dbName,
5757
$cloud_sql_connection_name
5858
);

0 commit comments

Comments
 (0)