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:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user