摘要: linux下安装--yum -y install mariadb mariadb-server OR --yum -y install mysql mysql-server 启动 --service mysqld start #开启 --chkconfig mysqld on #设置开机自启 OR 阅读全文
posted @ 2018-09-06 21:09 四十不惑的编程之路 阅读(189) 评论(0) 推荐(0) 编辑