11.1 LAMP架构介绍11.2 Mysql、MariaDB介绍11.3/11.4/11.5 mysql安装./scripts/mysql_install_db --user=mysql --datadi
11.1 LAMP架构介绍
11.2 Mysql、MariaDB介绍
11.3/11.4/11.5 mysql安装
./scripts/mysql_install_db --user=mysql --datadir=/data/mysql运行后提示,需要安装其他包,如下图:
再次运行./scripts/mysql_install_db --user=mysql --datadir=/data/mysql,
复制# cp support-files/my-default.cnf /etc/my.cnf
cp:是否覆盖"/etc/my.cnf"? n
修改/etc/my.cnf,如下图,
#cp support-files/mysql.server /etc/init.d/mysqld
# vi /etc/init.d/mysqld,如下图
设置开机启动#chkconfig --add mysqld
查看开机启动项# chkconfig --list
启动mysql,#service mysqld start或#/etc/init.d/mysqld start
扩展
mysql5.5源码编译安装 Http://www.aminglinux.com/bbs/thread-1059-1-1.html
mysql5.7二进制包安装(变化较大) http://www.apelearn.com/bbs/thread-10105-1-1.html
--结束END--
本文标题: Linux学习笔记4月9日任务
本文链接: https://lsjlt.com/news/37964.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-03-01
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0