1. 登錄mysql
專注于為中小企業提供網站設計、做網站服務,電腦端+手機端+微信端的三站合一,更高效的管理,為中小企業三都免費做網站提供優質的服務。我們立足成都,凝聚了一批互聯網行業人才,有力地推動了超過千家企業的穩健成長,幫助中小企業通過網站建設實現規模擴充和轉變。
[root@test /]# mysql -u root -p
Enter password:
2. 使用命令show global variables like 'port';查看端口號
mysql show global variables like 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port | 3306 |
+---------------+-------+
1 row in set (0.00 sec)
3. 修改端口,
編輯/etc/my.cnf文件,早期版本有可能是my.conf文件名,增加端口參數,并且設定端口,注意該端口未被使用,保存退出。
[root@test etc]# vi my.cnf
[mysqld]
port=3506
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
"my.cnf" 11L, 261C written
[root@test etc]#
4. 重新啟動mysql
[root@test ~]# systemctl restart mysqld
5.再次登錄后檢查端口已修改為’3506’.
[root@test etc]# mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.1.66 Source distribution
Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
一般情況下都在安裝目錄下,如果不再的話,就找一下c:\windows、c:\windows\system32下面或者使用windows的搜索功能找一下my.ini。
例如我的在:D:\Program Files\MySQL\MySQL Server 5.1\my.ini
如果是XAMPP安裝方式的就在xampp\mysql目錄下的相關.ini文件。
修改下面兩個地方:[client]
port=3306
[mysqld]
# The TCP/IP Port the MySQL Server will listen onport=3306
然后將3306改為你想要的端口號
備注:有兩個"port=3306",都需要改
3
如果提示修改不了可能需要把相關軟件和服務先停掉,win7的可能要以管理員方式打開,修改后要重啟服務才起作用。
在配置文件my.ini中找到port 修改port的值j就可以,例如:
port=3307
重啟mysql服務,mysql的端口就改成3307了
名稱欄目:怎么改mysql端口地址,mysql怎么改端口號
本文網址:http://vcdvsql.cn/article4/hshoie.html
成都網站建設公司_創新互聯,為您提供面包屑導航、營銷型網站建設、Google、網站改版、軟件開發、標簽優化
聲明:本網站發布的內容(圖片、視頻和文字)以用戶投稿、用戶轉載內容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網站立場,如需處理請聯系客服。電話:028-86922220;郵箱:631063699@qq.com。內容未經允許不得轉載,或轉載時需注明來源: 創新互聯