MySql修改預設埠
1. 登入mysql
[[email protected] /]# mysql -u root -pEnter 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檔名,增加埠引數,並且設定埠,注意該埠未被使用,儲存退出。
[[email protected] 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
[
4. 重新啟動mysql
[[email protected] ~]#systemctl restart mysqld
5.再次登入後檢查埠已修改為’3506’.
[[email protected] 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.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show global variables like 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port | 3506 |
+---------------+-------+
1 row in set (0.00 sec)
mysql>
1. 登入mysql
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檔名,增加埠引數,並且設定埠,注意該埠未被使用,儲存退出。
[[email protected] 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
[[email protected] etc]#
4. 重新啟動mysql
[[email protected] ~]#systemctl restart mysqld
5.再次登入後檢查埠已修改為’3506’.
[[email protected] 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.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> show global variables like 'port';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| port | 3506 |
+---------------+-------+
1 row in set (0.00 sec)
mysql>
相關推薦
MySql修改預設埠
1. 登入mysql [[email protected] /]# mysql -u root -p Enter password: 2. 使用命令show global variables like 'port';檢視埠號 mysql> show g
linux mysql 檢視預設埠號和修改埠號
如何檢視mysql 預設埠號和修改埠號 2015-03-19 17:42:18 1. 登入mysql [[email protected] /]# mysql -u root -p
centos7 安裝 mysql 、修改預設埠號並開放埠
下載mysql源安裝包wget http://dev.mysql.com/get/mysql57-community-release-el7-8.noarch.rpm安裝mysql源 yum localinstall mysql57-community-release-el7
WAMPServer的MySql無法連線,修改預設埠號
當我們操作資料庫時,有時候會發現,無法開啟MySql,這是什麼原因造成的呢? 其中的一個原因可能就是MySql資料庫的埠發生了衝突了,就如Apache預設埠是80,MySql的預設埠號是3306. 我們在連線資料庫時候會用到$link = mysqli_connect('1
MySQL修改預設Blob資料型別大小(解決上傳1M以上檔案失敗的問題)
如果需要在MySQL中儲存二進位制資料,那麼肯定會用到 BLOB 型別的欄位。MySQL中,BLOB是個型別系列,包括:TinyBlob、Blob、MediumBlob、LongBlob,這幾個型別之間的唯一區別是在儲存檔案的最大大小的不同。 MySQL的四種 BLOB 型別: (單位:位元
Spring Boot 系統之二:Spring Boot 修改預設埠號和context path
上一篇檔案我們通過一個例項進行了spring boot 入門,我們發現tomcat埠號和上下文(context path)都是預設的,如果我們對於這兩個值有特殊需要的話,需要自己制定的時候怎麼辦呢? 一、解決辦法 1、編寫application.properties,用來重寫Spring B
docker mysql 修改預設編碼為 utf8
官方文件 》》》》 官方說明docker mysql安裝預設編碼可以如此設定 docker run --name some-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:tag --character-set-server
springboot 修改預設埠及application.properties常用配置
Spring boot 預設埠是8080,如果想要進行更改的話,只需要修改applicatoin.properties檔案,在配置檔案中加入: server.port=9090 其他常用配置: (一)、server配置 server.address #指定serve
寶塔面板修改預設埠後無法訪問
寶塔是國內最常用的建站套件,以前用過一段時間的WDCP,可以說各有優缺點。 安裝寶塔之後會有一個預設的使用者名稱跟密碼,登陸之後可進行修改。 寶塔面板預設埠號為8888可以進行修改,但是修改之後可能無法訪問,比如阿里雲的伺服器。阿里雲有一個安全策略,就是管這些埠設定的: 可以
Redis筆記(三)新增密碼並修改預設埠後的主從同步
今天發現在Redhat as 5上編譯2.6.14會報錯,所以下面的演示基於2.4.18,報錯資訊: [[email protected] src]# uname -a Linux as5.cooly.slum 2.6.18-8.el5xen #1 SM
Mosquitto修改預設埠port
安裝好mosquitto之後, 進入目錄:/etc/mosquitto/ 檢視檔案:vi mosquitto.conf mosquitto.conf會提示進入目錄:/etc/mosquitto/conf.d 來配置自己的conf檔案。 實際上,凡是將conf檔案放入目錄/etc/mosqui
mac 下mysql 修改預設密碼
這幾天在折騰mantis發現總是連線MySQL出錯,就隨手改了root許可權,導致登入不上。以下是還原root許可權和更改root密碼的最便捷方法。1:裝mysql workbench 。視覺化介面直接操作。2:蘋果->系統偏好設定->最下邊點mysql 在彈出頁
Tomcat修改預設埠
找到tomcat安裝路徑下.\conf\server.xml檔案開啟 <Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
Linux CentOS Tomcat修改預設埠
最近研究CentOS Tomcat折騰很久終於搞定了,折騰完apache和nginx之後就開始轉向了tomcat,因為公司開發的網站是JSP的。折騰了一整天,終於有一點了成果了。雖然本次不是講如何CentOS安裝Tomcat,但我已經實現了,後面有空慢慢補上來,現在先說說在CentOS下的Tomcat
gitlab修改預設埠
部署gitlab的時候,一啟動,發現80和8080埠已經被佔用,無奈,只得先將監聽80埠的nginx和監聽8080埠的jenkins停止。這會兒有空,琢磨一下如何修改gitlab的預設埠。 修改主要分為兩部分,一部分是gitlab總的控制檔案,一部分是子模組真實監聽埠的修改
maven專案修改預設埠
在pom.xml裡面 找到<groupId>org.apache.tomcat.maven</groupId> <configuration> &n
Centos下GitLab安裝,遇坑填坑,修改預設埠,解決502錯誤
本次實戰參考《GitLab安裝》,連結如下:https://www.cnblogs.com/xiewenming/p/7304863.html安裝步驟:1.部署gitlab需要的postfixyum install curl policycoreutils openssh-s
gitlab 修改預設埠步驟
1.修改 /etc/gitlab/gitlab.rb nginx['listen_port'] = 82 #預設值即80埠 nginx['listen_port'] = nil unicorn['port'] = 9091#原值unicorn['port'] = 80
SpringBoot修改預設埠號
有時候我們可能需要啟動不止一個SpringBoot,而SpringBoot預設的埠號是8080,所以這時候我們就需要修改SpringBoot的預設埠了。修改SpringBoot的預設埠有兩種方式。下面就分別說一下這兩種方式。 修改application.properties
ssh禁止root使用者直接登入並修改預設埠
Linux最高許可權使用者root,預設可以直接登入sshd。為了提高伺服器的安全度,需要對它進行禁止,使得攻擊者無法通過暴力破解來獲取root許可權。 1,新建一個使用者; #useradd xxx (xxx為你要新建的使用者名稱) 2,為新使用者設定密碼; #