1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

--user option added to mysqlmanager

This commit is contained in:
petr@mysql.com
2005-02-05 14:04:49 +03:00
parent 321c53d9d8
commit 1815de7b55
4 changed files with 92 additions and 11 deletions

View File

@ -34,8 +34,7 @@ struct Options
static const char *socket_file_name;
static const char *password_file_name;
static const char *default_mysqld_path;
static const char *default_admin_user;
static const char *default_admin_password;
static const char *user;
static uint monitoring_interval;
static uint port_number;
static const char *bind_address;