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 ...
2018-04-28, 931👍, 0💬
Popular Posts:
What Happens If the UPDATE Subquery Returns Multiple Rows in MySQL? If a subquery is used in a UPDAT...
How to download and install the scaled-down database AdventureWorksLT in SQL Server? If you want to ...
How To Change the Password for Your Own User Account in MySQL? If you want to change the password of...
How To Create a Stored Program Unit in Oracle? If you want to create a stored program unit, you can ...
How To Create a Simple Stored Procedure in SQL Server Transact-SQL? If you want to create a simple s...