这篇文章主要介绍“Fedora server怎么安装Mysql8”,在日常操作中,相信很多人在Fedora server怎么安装Mysql8问题上存在疑惑,小编查阅了各式资料,整理出简单好用的操作方法,希望对大家解答”Fedora server怎么安装Mysql8”的疑惑有所帮助!接下来,请跟着小编一起来学习吧!

安装 MySQL YUM 仓库源

##Fedora28##dnfinstallhttps://dev.mysql.com/get/mysql80-community-release-fc28-1.noarch.rpm##Fedora27##dnfinstallhttps://dev.mysql.com/get/mysql80-community-release-fc27-1.noarch.rpm##Fedora26##dnfinstallhttps://dev.mysql.com/get/mysql80-community-release-fc26-1.noarch.rpmCentOS和RedHat(RHEL)##CentOS7andRedHat(RHEL)7##yumlocalinstallhttps://dev.mysql.com/get/mysql80-community-release-el7-1.noarch.rpmCentOS6andRedHat(RHEL)6##yumlocalinstallhttps://dev.mysql.com/get/mysql80-community-release-el6-1.noarch.rpm安装和更新1.安装

Fedora28/27/26dnfinstallmysql-community-serverCentOS7.5/6.10andRedHat(RHEL)7.5/6.10yuminstallmysql-community-server2.安装 MySQL 5.7.23

Fedora28/27/26dnf--disablerepo=mysql80-community--enablerepo=mysql57-communityinstallmysql-community-serverCentOS7.5/6.10andRedHat(RHEL)7.5/6.10yum--disablerepo=mysql80-community--enablerepo=mysql57-communityinstallmysql-community-server3. 开启 MySQL server 并设置开机自启

Fedora28/27/26CentOS7.5RedHat(RHEL)7.5systemctlstartmysqld.serviceuserestartafterupdatesystemctlenablemysqld.serviceCentOS6.10andRedHat(RHEL)6.10/etc/init.d/mysqlstartuserestartafterupdate

OR ##

servicemysqlstart##userestartafterupdatechkconfig--levels235mysqldon4. 获取初始的随机密码

grep'Atemporarypasswordisgeneratedforroot@localhost'/var/log/mysqld.log|tail-1

Example Output:

2018-11-20T21:11:44.229891Z1[Note]Atemporarypasswordisgeneratedforroot@localhost:-et)QoL4MLid

And root password is: -et)QoL4MLid

5.重置密码

alteruserroot@localhostidentifiedby'自定义密码';新密码必须大小学数字特殊符号全部具备。6. 连接本地mysql服务器

mysql-uroot-pOR##mysql-hlocalhost-uroot-p

到此,关于“Fedora server怎么安装Mysql8”的学习就结束了,希望能够解决大家的疑惑。理论与实践的搭配能更好的帮助大家学习,快去试试吧!若想继续学习更多相关知识,请继续关注亿速云网站,小编会继续努力为大家带来更多实用的文章!