ReePrime China
3 MySQL_Video_Tutorial_CLI_2

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

3 MySQL_Video_Tutorial_CLI_2

17 次观看 05:16 itvolunteersuk

描述

In this tutorial you will learn about more mysql command line (CLI) optiohns.

--help | -? for more options i.e mysql --help
-e -- execute sql statement from command line mysql -e 'show databases;'
-D --database - select particular database
-H --html -- produce output in html format
-X --xml -- produce output in xml format
-t --table -- produce output in table format