diff options
author | jani@rhols221.adsl.netsonic.fi <> | 2002-10-17 19:34:02 +0300 |
---|---|---|
committer | jani@rhols221.adsl.netsonic.fi <> | 2002-10-17 19:34:02 +0300 |
commit | f11f48a1445407b2f3ab0902f0dccbbc5562a6c8 (patch) | |
tree | 40e4fbbfe26e2adba45161310511b8d0cd81461e /scripts/mysqld_multi.sh | |
parent | 98c4101b6ef50f7fa1eb0ff0e3f3652c7fd266c4 (diff) | |
download | mariadb-git-f11f48a1445407b2f3ab0902f0dccbbc5562a6c8.tar.gz |
Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi
Diffstat (limited to 'scripts/mysqld_multi.sh')
-rw-r--r-- | scripts/mysqld_multi.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mysqld_multi.sh b/scripts/mysqld_multi.sh index 1366a9ea713..b868006ee40 100644 --- a/scripts/mysqld_multi.sh +++ b/scripts/mysqld_multi.sh @@ -4,7 +4,7 @@ use Getopt::Long; use POSIX qw(strftime); $|=1; -$VER="2.3"; +$VER="2.4"; $opt_config_file = undef(); $opt_example = 0; @@ -508,8 +508,8 @@ sub example [mysqld_multi] mysqld = @bindir@/mysqld_safe mysqladmin = @bindir@/mysqladmin -user = multi_admin -password = multipass +user = root +password = your_password [mysqld2] socket = /tmp/mysql.sock2 |