1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-07 23:27:17 +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() {
// ODBC user without password on localhost
return array('localhost', 'ODBC', '');
// ODBC user with password ODBC on localhost
return array('localhost', 'ODBC', 'ODBC');
}
function database() {