[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
mysqlcc
, The MySQL Control Center
mysqlcc
, the MySQL Control Center, is a platform-independent client that
provides a graphical user interface (GUI) to the MySQL database server.
It supports interactive use, including syntax highlighting and tab-completion.
It provides database and table management, and allows server administration.
Currently, mysqlcc
runs on Windows and Linux platforms.
mysqlcc
is not included with MySQL distributions, but can be downloaded
separately at http://www.mysql.com/downloads/.
mysqlcc
supports the following options:
-?, --help
-b, --blocking_queries
-C, --compress
-c, --connection_name=name
--server
.
-d, --database=...
-H, --history_size=#
-h, --host=...
-p[password], --password[=...]
-p
you can't have a space between the option and the
password.
-g, --plugins_path=name
-P port_num, --port=port_num
-q, --query
-r, --register
-s, --server=name
-S --socket=...
-y, --syntax
-Y, --syntax_file=name
-T, --translations_path=name
-u, --user=#
-V, --version
You can also set the following variables with -O
or
--set-variable
. please note that --set-variable
Please note that --set-variable=name=value
and -O name=value
syntax is deprecated as of MySQL 4.0. Use --name=value
instead.
Variable Name | Default | Description |
connect_timeout | 0 | Number of seconds before connection timeout. |
local-infile | 0 | Disable (0) or enable (1) LOCAL capability for LOAD DATA INFILE |
max_allowed_packet | 16777216 | Max packet length to send to/receive from server |
net_buffer_length | 16384 | Buffer for TCP/IP and socket communication |
select_limit | 1000 | Automatic limit for SELECT when using --safe-updates |
max_join_size | 1000000 | Automatic limit for rows in a join when using --safe-updates |
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |