Heim  >  Artikel  >  Backend-Entwicklung  >  Centos65 64位 编译安装LNMP安装日志 centos6.3 centos6安装 centos6.5安装教程

Centos65 64位 编译安装LNMP安装日志 centos6.3 centos6安装 centos6.5安装教程

WBOY
WBOYOriginal
2016-07-29 08:49:031126Durchsuche

第一步准备工作,第二步安装MYSQL,第三步安装PHP,第四步安装NGINX,第五步安装MEMCACHED以及PHP扩展

服务器初使化后,个人比较喜欢重置服务器名称

查看Centos的主机名,可以通过命令查看: 

hostname

-------------------

一:准备工作

1.修改linux的服务器名 

# vi /etc/sysconfig/network 
NETWORKING=yes 
HOSTNAME=isyee //在这修改hostname

2.修改/etc/hosts里面的名字 
# vi /etc/hosts 
127.0.0.1 localhost.localdomain localhost 
127.0.0.1 isyee //在这修改hostname 

3.重启服务器生效

# reboot

--------------------------

二:MYSQL解压安装 5.7后,官方提供了便捷的解压直接安装。下面是暗体步骤

groupadd mysql

useradd -r -g mysql -s /bin/false mysql

#

# cd /usr/local/src

# wget http://www..................

以上就介绍了Centos65 64位 编译安装LNMP安装日志,包括了CentOS6方面的内容,希望对PHP教程有兴趣的朋友有所帮助。

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn