Your MySQL connection id is 2
Server version: 5.0.28-enterprise-gpl-nt MySQL Enterprise Server (GPL)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
• You may also determine the version information using the version variables. Both the
and
version_comment [505]
connected. Use the
this example:
mysql>
SHOW VARIABLES LIKE "%version%";
+-------------------------+------------------------------------------+
| Variable_name
+-------------------------+------------------------------------------+
| protocol_version
| version
| version_comment
| version_compile_machine | i686
| version_compile_os
+-------------------------+------------------------------------------+
5 rows in set (0.04 sec)
You can also obtain server version information in the
VERSION()
Server Status tab. However, in both of these cases, only the value of
• The
STATUS
mysql>
STATUS;
--------------
./client/mysql
Connection id:
Current database:
Current user:
SSL:
Current pager:
Using outfile:
Using delimiter:
Server version:
Protocol version:
Connection:
Server characterset:
Db
characterset:
Client characterset:
Conn.
characterset:
UNIX socket:
Uptime:
Threads: 2
--------------
2.3. Notes for MySQL Enterprise Server
To obtain MySQL Enterprise, visit
http://www.mysql.com/products/enterprise/. The platforms that are officially supported for MySQL
Enterprise are listed at http://www.mysql.com/support/supportedplatforms.html.
MySQL Enterprise Server is available for download in the form of Quarterly Service Pack (QSP) or
Monthly Rapid Update (MRU) binary releases.
To install MySQL Enterprise Server, you should use the latest available Quarterly Service Pack (QSP).
This includes an accumulation of the bug fixes provided in all predecessor QSP and MRU releases.
MRU releases are provided on a monthly basis and represent the most current Enterprise Server bug
fixes. Each MRU is an accumulation of the bug fixes included in its predecessor. Customers should
standardize on the latest MRU release only if it includes a needed bug fix.
Notes for MySQL Enterprise Server
variables contain version information for the server to which you are
SHOW VARIABLES
| Value
| 10
| 5.0.27-standard
| MySQL Community Edition - Standard (GPL) |
| pc-linux-gnu
[964]
statement. In addition, MySQL Workbench also shows the server version in the
command displays the version as well as version comment information. For example:
Ver 14.12 Distrib 5.0.29, for pc-linux-gnu (i686) using readline 5.0
8
mc@localhost
Not in use
/usr/bin/less
''
;
5.0.27-standard MySQL Community Edition - Standard (GPL)
10
Localhost via UNIX socket
latin1
latin1
latin1
latin1
/tmp/mysql.sock
1 day 3 hours 58 min 43 sec
Questions: 17
Slow queries: 0
http://enterprise.mysql.com
statement to obtain the information you want, as shown in
client using the
mysql
Opens: 11
Flush tables: 1
if you're a customer. Otherwise, visit
43
version [425]
|
|
|
|
|
SELECT
is shown.
version
Open tables: 6
Queries per s
Need help?
Do you have a question about the 5.0 and is the answer not in the manual?
Questions and answers