1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-08 07:36:44 +02:00

Use password in example

This commit is contained in:
Jakub Vrana
2025-02-22 16:21:07 +01:00
parent 4d5de895e2
commit e9d9a30844

View File

@@ -9,8 +9,8 @@ function adminer_object() {
} }
function credentials() { function credentials() {
// ODBC user without password on localhost // ODBC user with password ODBC on localhost
return array('localhost', 'ODBC', ''); return array('localhost', 'ODBC', 'ODBC');
} }
function database() { function database() {