安装
一 、在线安装mysql。(安装过程中遇到选择Y/N,都选Y。)
1.确定虚拟机有无网络,没有网络需要配置网络。
( 配置攻略:https://jingyan.baidu.com/article/6b1823098a4d9eba58e159ea.html)
2.安装类mysql。输入命令:
[root@localhost ~]#yum install mariadb-server
…
…
3.使用mysql数据库
设置服务:
[root@localhost ~]#sysytemctl enable mariadb
...
[root@localhost ~]#systemctl start mariadb
[root@localhost ~]#netstat -anp | grep “:3306”
//会出现tcp 0 0 0.0.0.0:3306 …
4.配置数据库
[root@local ~]#mysql_se //按table补全命令,选择第一个的命令
mysql_secure_installation mysql_setpermission
[root@local ~]#mysql_secure_installation