Explain few command line arguments in MYSQL.Command line arguments can be seen typing Mysql –help in command line.
Following are the options:
1. -D – Specifies database to use.
2. -h, --host=name - Connects to host.
3. -H, --html – Produce HTML output.
4. -X, --xml – Produce XML output.
5. -t, --table – Produces in table format.
6. -w –wait - Waits and retry if connection is lost.
7. --show-warnings – Show warnings after every statement.
|