diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_mysql.c b/plugins/check_mysql.c index 20901e6..3194ece 100644 --- a/plugins/check_mysql.c +++ b/plugins/check_mysql.c | |||
@@ -65,6 +65,8 @@ main (int argc, char **argv) | |||
65 | /* initialize mysql */ | 65 | /* initialize mysql */ |
66 | mysql_init (&mysql); | 66 | mysql_init (&mysql); |
67 | 67 | ||
68 | mysql_options(&mysql,MYSQL_READ_DEFAULT_GROUP,"client"); | ||
69 | |||
68 | /* establish a connection to the server and error checking */ | 70 | /* establish a connection to the server and error checking */ |
69 | if (!mysql_real_connect(&mysql,db_host,db_user,db_pass,db,db_port,NULL,0)) { | 71 | if (!mysql_real_connect(&mysql,db_host,db_user,db_pass,db,db_port,NULL,0)) { |
70 | if (mysql_errno (&mysql) == CR_UNKNOWN_HOST) | 72 | if (mysql_errno (&mysql) == CR_UNKNOWN_HOST) |