Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Are the "mysql" Command Line Options
What Are the "mysql" Command Line Options? - MySQL FAQs - Command-Line End User Interface 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
...
2007-05-08, 4829👍, 0💬
Popular Posts:
What is XSLT? XSLT is a rule based language used to transform XML documents in to other file formats...
What is the difference between mysql_fetch_object() and mysql_fetch_array() functions in PHP? mysql_...
What is the difference between strings and character arrays? A major difference is: string will have...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
What invokes a thread's run() method? After a thread is started, via its start() method of the Threa...