91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

centos7上如何配置MySQL5.7的開機自啟動

發布時間:2021-10-29 17:29:10 來源:億速云 閱讀:521 作者:小新 欄目:MySQL數據庫

這篇文章主要為大家展示了“centos7上如何配置MySQL5.7的開機自啟動”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“centos7上如何配置MySQL5.7的開機自啟動”這篇文章吧。

centos7開始使得以往老版本系統服務的/etc/init.d的啟動腳本的方式就此改變,在centos7中所有對服務的管理都集中到了systemctl當中。
systemctl是一個系統管理守護進程、工具和庫的集合,用于取代以往的System V、service和chkconfig命令。

創建用于啟動MySQL的配置文件
[root@localhost ~]# touch /usr/lib/systemd/system/mysqld.service
[root@localhost ~]# cd /usr/lib/systemd/system

編輯mysqld.service文件,加入如下內容:
[root@localhost system]# vi mysqld.service
[Unit]
Description=MySQL Server
Documentation=man:mysqld(8)
Documentation=http://dev.mysql.com/doc/refman/en/using-systemd.html
After=network.target
After=syslog.target

[Install]
WantedBy=multi-user.target

[Service]
User=mysql
Group=mysql
ExecStart=/opt/mysql-5.7.18/bin/mysqld --defaults-file=/etc/my.cnf
LimitNOFILE = 5000
保存退出

備注:ExecStart=/opt/mysql-5.7.18/bin/mysqld (此處請對應修改為MySQL程序所在的路徑)
查找mysqld路徑,例如:
[root@localhost system]# which mysqld
/opt/mysql-5.7.18/bin/mysqld


通過systemctl方式啟動mysql5.7:
[root@localhost system]# systemctl start mysqld


檢查MySQL運行狀態:
[root@localhost system]# mysql -p 
Enter password: 
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.7.18-log MySQL Community Server (GPL)


Copyright (c) 2000, 2017, 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> 
mysql> 
mysql> \s
--------------
mysql  Ver 14.14 Distrib 5.7.18, for linux-glibc2.5 (x86_64) using  EditLine wrapper


Connection id: 6
Current database:
Current user: root@localhost
SSL: Not in use
Current pager: stdout
Using outfile: ''
Using delimiter: ;
Server version: 5.7.18-log MySQL Community Server (GPL)
Protocol version: 10
Connection: Localhost via UNIX socket
Server characterset: latin1
Db     characterset: latin1
Client characterset: utf8
Conn.  characterset: utf8
UNIX socket: /tmp/mysql.sock
Uptime: 45 sec


Threads: 3  Questions: 6  Slow queries: 0  Opens: 108  Flush tables: 1  Open tables: 101  Queries per second avg: 0.133
--------------

mysql> 

關閉防火墻:
[root@localhost system]# systemctl stop firewalld.service
[root@localhost system]# systemctl disable firewalld.service
Removed symlink /etc/systemd/system/multi-user.target.wants/firewalld.service.
Removed symlink /etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service.

設置mysql的開機啟動:
[root@localhost system]# systemctl enable mysqld
Created symlink from /etc/systemd/system/multi-user.target.wants/mysqld.service to /usr/lib/systemd/system/mysqld.service.
[root@localhost system]# systemctl list-unit-files | grep mysqld
mysqld.service                                enabled 


取消mysql的開機自啟動:
[root@localhost system]# systemctl disable mysqld
Removed symlink /etc/systemd/system/multi-user.target.wants/mysqld.service.
[root@localhost system]# systemctl list-unit-files | grep mysqld
mysqld.service                                disabled

以上是“centos7上如何配置MySQL5.7的開機自啟動”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

曲沃县| 宁陵县| 土默特左旗| 炎陵县| 罗定市| 安塞县| 佛坪县| 韶关市| 且末县| 曲松县| 宁河县| 泽普县| 江达县| 故城县| 六安市| 沅陵县| 万山特区| 海林市| 丁青县| 拜泉县| 伊川县| 盱眙县| 志丹县| 上杭县| 荥经县| 清水县| 酒泉市| 南漳县| 梁山县| 乌拉特后旗| 莆田市| 信阳市| 万荣县| 泾源县| 马鞍山市| 定襄县| 普格县| 龙江县| 吐鲁番市| 安丘市| 务川|