We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176a50f commit 5750dc8Copy full SHA for 5750dc8
user_guide_src/source/database/configuration/011.php
@@ -11,7 +11,7 @@ class Database extends Config
11
// MySQLi over a socket
12
public array $default = [
13
// ...
14
- 'hostname' => '/cloudsql/toolbox-tests:europe-north1:toolbox-db"',
+ 'hostname' => '/cloudsql/toolbox-tests:europe-north1:toolbox-db',
15
16
'DBDriver' => 'MySQLi',
17
0 commit comments