美文网首页
2018-09-14虚拟机ubuntu下配置mysql环境

2018-09-14虚拟机ubuntu下配置mysql环境

作者: Hie_9e55 | 来源:发表于2018-09-14 16:15 被阅读0次

安装MySQL
sudo apt install mysql-server

安装过程中需要输入两次密码。

Insert your secure password for your new MySQL root password

Retype your MySQL password

安装MySQL安全组件

sudo mysql_secure_installation

安装过程中首先需要输入MYSQL的root密码.

当询问“Change the root password?”时,输入“N”

剩下的问题可以敲击回车键,选择默认选项。

最后键入mysql -u root -p并输入密码检验mysql是否成功安装

相关文章

网友评论

      本文标题:2018-09-14虚拟机ubuntu下配置mysql环境

      本文链接:https://www.haomeiwen.com/subject/nniogftx.html