摘要:
1.下载练习数据库,employees wget https://launchpadlibrarian.net/24493586/employees_db-full-1.0.6.tar.bz2 2.解压下载好的数据库 tar -jxvf employees_db-full-1.0.6.tar.bz2 阅读全文
posted @ 2020-05-07 17:02
莫名924
阅读(237)
评论(0)
推荐(0)
摘要:
1.安装 yum install mariadb-server -y 2.启动 systemctl start mariadb-server 3.设置开机启动systemctl enable mariadb-server 配置mariadb 1,命令 mysql_secure_installatio 阅读全文
posted @ 2020-05-07 14:52
莫名924
阅读(209)
评论(0)
推荐(0)