请问如何查看mysql 的端口号?

mysql> show variables like 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port          | 3306  |
+---------------+-------+
1 row in set (0.00 sec)

mysql>

 

posted @ 2015-04-23 11:53  KoMiles  阅读(17377)  评论(0编辑  收藏  举报