Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>mysql wap
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 1 to server version: 5.0.21-community-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> select uuid();
+--------------------------------------+
| uuid() |
+--------------------------------------+
| a2cfb8f6-5360-1029-89a6-f860f9bececc |
+--------------------------------------+
1 row in set (0.19 sec)
mysql> select version();
+---------------------+
| version() |
+---------------------+
| 5.0.21-community-nt |
+---------------------+
1 row in set (0.03 sec)