Collections:
"mysql" Command Line Options in MySQL
What Are the "mysql" Command Line Options in MySQL?
✍: FYIcenter.com
"mysql" offers a big list of command line options. Here are some commonly used options:
Here is a tutorial exercise of how to use the "-?" option with "mysql":
>cd \mysql\bin
>mysql -?
mysql Ver 14.12 Distrib 5.0.24, for Win32 (ia32)
Copyright (C) 2002 MySQL AB
...
Usage: mysql [OPTIONS] [database]
-?, --help Display this help and exit.
-I, --help Synonym for -?
--auto-rehash Enable automatic rehashing. One doesn't
need to use 'rehash' to get table and field
completion, but startup and reconnecting may
take a longer time. Disable with
--disable-auto-rehash.
-A, --no-auto-rehash
...
⇒ "mysql" Command Line Arguments in MySQL
⇐ "mysql" - Command Line End User Interface in MySQL
2018-04-28, 2724🔥, 0💬
Popular Posts:
Where to find SQL Server database server tutorials? Here is a collection of tutorials, tips and FAQs...
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How To Install PHP on Windows in MySQL? The best way to download and install PHP on Windows systems ...
How To Set Up SQL*Plus Output Format in Oracle? If you want to practice SQL statements with SQL*Plus...