mysql版本查看
时间:2010-09-07 来源:pcsh
mysql> status;
--------------
mysql Ver 14.14 Distrib 5.1.41, for Win32 (ia32)
Connection id: 12
SSL: Not in use
Using delimiter: ;
Server version: 5.1.41-community MySQL Community Server (GPL)
Protocol version: 10
Connection: localhost via TCP/IP
Client characterset: latin1
Server characterset: latin1
TCP port: 3990
Uptime: 3 min 33 sec
Threads: 2 Questions: 303 Slow queries: 0 Opens: 27 Flush tables: 1 Open ta
bles: 16 Queries per second avg: 1.422
--------------
mysql> select version();
+------------------+
| version() |
+------------------+
| 5.1.41-community |
+------------------+
1 row in set (0.00 sec)
mysql>
-------------------------------------------------------
C:MySQL5.1MySQL5.1bin>mysql --help
mysql Ver 14.14 Distrib 5.1.41, for Win32 (ia32)
Copyright 2000-2008 MySQL AB, 2008 Sun Microsystems, Inc.
This software comes with ABSOLUTELY NO WARRANTY. This is free software,
and you are welcome to modify and redistribute it under the GPL license
C:MySQL5.1MySQL5.1bin>mysql -V
mysql Ver 14.14 Distrib 5.1.41, for Win32 (ia32)