美文网首页
LA(N)MP 编译安装

LA(N)MP 编译安装

作者: eyuxiog | 来源:发表于2017-03-21 15:25 被阅读0次

传送门  www.jianshu.com/p/571015904536#

数据库安装可参考

 http://www.runoob.com/linux/mysql-install-setup.html

http://www.linuxidc.com/Linux/2017-03/141994.htm

网络是否通畅  设置网卡

vi /etc/sysconfig/network-scripts/ifcfg-eth0

网络重启

service network restart

数据库初始化报错 TIMESTAMP with implicit DEFAULT value is deprecated. 解决

进入/etc/my.cnf,增加一项设置

# seem 5.6 need this

explicit_defaults_for_timestamp = 1

相关文章

网友评论

      本文标题:LA(N)MP 编译安装

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