當前位置:編程學習大全網 - 網站源碼 - centos7怎麽安裝mysql

centos7怎麽安裝mysql

1、配置YUM源

在MySQL官網中下載YUM源rpm安裝包:

檢查mysql源是否安裝成功

shell> yum repolist enabled | grep "mysql.*-community.*"

2、安裝MySQL

shell> systemctl start mysqld

查看MySQL的啟動狀態

4、開機啟動

shell> systemctl enable mysqld

shell> systemctl daemon-reload

  • 上一篇:unity3d怎麽用代碼實現縮放粒子特效
  • 下一篇:Flex WebGis 開發遇到的問題 源碼如下,請各位大神幫助下。不甚感激 3個dropdownlist對應信息不壹致
  • copyright 2024編程學習大全網