Categories:
.NET (961)
C (387)
C++ (185)
CSS (84)
DBA (8)
General (31)
HTML (48)
Java (641)
JavaScript (220)
JSP (109)
JUnit (31)
MySQL (297)
Networking (10)
Oracle (562)
Perl (48)
Perl (9)
PHP (259)
PL/SQL (140)
RSS (51)
Software QA (28)
SQL Server (5)
Struts (20)
Unix (2)
Windows (3)
XHTML (199)
XML (59)
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, 4381👍, 0💬
Popular Posts:
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...
How To Create an Add-to-Google-Reader Button on Your Website? - RSS FAQs - Adding Your Feeds to RSS ...
Does .NET support UNICODE and how do you know it supports? Yes .NET definitely supports UNICODE. Try...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
What is a measure in OLAP ? Measures are the key performance indicator that you want to evaluate. To...