mysql查看端口
在你的my.ini(Windows)或my.cfg(Linux) 中就有啊。
或者如果已经连入MySQL可以直接
|
1
2
3
4
5
6
7
8
9
|
mysql> show variables like 'port';+---------------+-------+| Variable_name | Value |+---------------+-------+| port | 3306 |+---------------+-------+1 row in set (0.00 sec)mysql> |

浙公网安备 33010602011771号