We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602818b commit 08cd732Copy full SHA for 08cd732
1 file changed
config/DatabaseConfig.php
@@ -15,7 +15,7 @@
15
'host'=> 'localhost',
16
'database' => 'raw-php',
17
'username' => 'root',
18
- 'password' => 'basket',
+ 'password' => '',
19
'charset' => 'utf8',
20
'collation' => 'utf8_unicode_ci',
21
'prefix' => '',
@@ -25,7 +25,7 @@
25
'driver' => 'Cake\Database\Driver\Mysql',
26
27
28
29
'cacheMetadata' => false // If set to `true` you need to install the optional "cakephp/cache" package.
30
31
]
0 commit comments