diff options
author | Monty <monty@mariadb.org> | 2014-08-03 15:12:53 +0300 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2014-08-09 13:22:01 +0300 |
commit | b4c74e2ab4c3676dd081421649de83ee0fb0f63c (patch) | |
tree | fb2d2f915ad4bb26842d378d80f04819e2b00bb3 /scripts/mysqlaccess.sh | |
parent | 3bde13932ee53ee765a858e4413bc6c6af296d4b (diff) | |
download | mariadb-git-b4c74e2ab4c3676dd081421649de83ee0fb0f63c.tar.gz |
Change MySQL -> MariaDB inc scripts
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r-- | scripts/mysqlaccess.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index 1d01c84735a..f422b6a7dc8 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -34,7 +34,7 @@ BEGIN { $script_log = $ENV{'HOME'}."/$script.log"; # **************************** - # information on MySQL + # information on MariaDB $MYSQL = '@bindir@/mysql'; # path to mysql executable $SERVER = '3.21'; $MYSQL_OPT = ' --batch --unbuffered'; @@ -97,8 +97,8 @@ Usage: $script [host [user [db]]] OPTIONS -U, --superuser=# connect as superuser -P, --spassword=# password for superuser - -H, --rhost=# remote MySQL-server to connect to - --old_server connect to old MySQL-server (before v3.21) which + -H, --rhost=# remote MariaDB-server to connect to + --old_server connect to old MariaDB-server (before v3.21) which does not yet know how to handle full where clauses. -b, --brief single-line tabular report |