mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
make server logs less frightening, when using IM
server-tools/instance-manager/instance.cc: fix username used for monitoring purposes to make logging more verbose
This commit is contained in:
parent
1e03f61002
commit
3852918b67
1 changed files with 2 additions and 2 deletions
|
@ -191,8 +191,8 @@ bool Instance::is_running()
|
|||
MYSQL mysql;
|
||||
uint port= 0;
|
||||
const char *socket= NULL;
|
||||
const char *password= "321rarepassword213";
|
||||
const char *username= "645rareusername945";
|
||||
const char *password= "check_connection";
|
||||
const char *username= "MySQL_Instance_Manager";
|
||||
const char *access_denied_message= "Access denied for user";
|
||||
bool return_val;
|
||||
|
||||
|
|
Loading…
Reference in a new issue