欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

mysql5.7單實(shí)例自啟動(dòng)服務(wù)配置過(guò)程

 更新時(shí)間:2021年09月06日 10:41:29   作者:神慕蔡蔡  
這篇文章主要介紹了mysql5.7單實(shí)例自啟動(dòng)服務(wù)配置的過(guò)程,附含配置源碼,有需要的朋友可以借鑒參考下,希望可以有所幫助,感謝閱讀

1.mysql版本

[root@clq system]# mysql -v
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 49
Server version: 5.7.33 MySQL Community Server (GPL)

2.配置mysqld.service文件

[Unit]
Description=mysql server daemon
After=network.target mysql-keygen.target
[Service]
Type=forking
ExecStart=/usr/local/mysql/support-files/mysql.server start
ExecStop=/usr/local/mysql/support-files/mysql.server   stop
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
[Install]
WantedBy=multi-user.target

3.mysqld.service文件放置的地方

/usr/lib/systemd/system/mysqld.service

4.自啟動(dòng)

 systemctl daemon-reload 
systemctl enable --now mysqld
[root@mysql ~]# ss -antl
State         Recv-Q        Send-Q               Local Address:Port               Peer Address:Port        Process        
LISTEN        0             128                        0.0.0.0:111                     0.0.0.0:*                          
LISTEN        0             32                   192.168.122.1:53                      0.0.0.0:*                          
LISTEN        0             128                        0.0.0.0:22                      0.0.0.0:*                          
LISTEN        0             5                        127.0.0.1:631                     0.0.0.0:*                          
LISTEN        0             128                           [::]:111                        [::]:*                          
LISTEN        0             128                           [::]:22                         [::]:*                          
LISTEN        0             5                            [::1]:631                        [::]:*                          
LISTEN        0             80                               *:3306                          *:*  

以上就是mysql5.7單實(shí)例自啟動(dòng)服務(wù)配置過(guò)程的詳細(xì)內(nèi)容,更多關(guān)于mysql5.7單實(shí)例自啟動(dòng)服務(wù)配置的資料請(qǐng)關(guān)注腳本之家其它相關(guān)文章!

相關(guān)文章

最新評(píng)論