1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fixed three bugs in mysqlcheck and changed documentation for mysqld_multi

This commit is contained in:
jani@rhols221.adsl.netsonic.fi
2002-10-17 19:34:02 +03:00
parent 98c4101b6e
commit f11f48a144
2 changed files with 11 additions and 11 deletions

View File

@ -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