中web服务器搭建_第1页
中web服务器搭建_第2页
中web服务器搭建_第3页
中web服务器搭建_第4页
中web服务器搭建_第5页
已阅读5页,还剩4页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、完成mysql的安装。然后我们需要创建MySQL系统的启动键链接启动MySQL服务器,这样以便于MySQL在系统启动时自动启动。.为mysql root账户设置密码:Mysql_secure_installationrootlocalhost lx# mysql_secure_installationNOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!In order to log into M

2、ySQL to secure it, we'll need the currentpassword for the root user. If you've just installed MySQL, andyou haven't set the root password yet, the password will be blank,so you should just press enter here.Enter current password for root (enter for none): OK, successfully used password,

3、moving on.Setting the root password ensures that nobody can log into the MySQLroot user without the proper authorisation.Set root password? Y/n yNew password: Re-enter new password: Password updated successfully!Reloading privilege tables. . Success!By default, a MySQL installation has an anonymous

4、user, allowing anyoneto log into MySQL without having to have a user account created forthem. This is intended only for testing, and to make the installationgo a bit smoother. You should remove them before moving into aproduction environment.Remove anonymous users? Y/n . Success!Normally, root shoul

5、d only be allowed to connect from 'localhost'. Thisensures that someone cannot guess at the root password from the network.Disallow root login remotely? Y/n . Success!By default, MySQL comes with a database named 'test' that anyone canaccess. This is also intended only for testing, a

6、nd should be removedbefore moving into a production environment.Remove test database and access to it? Y/n - Dropping test database. . Success! - Removing privileges on test database. . Success!Reloading the privilege tables will ensure that all changes made so farwill take effect immediately.Reload

7、 privilege tables now? Y/n . Success!Cleaning up.All done! If you've completed all of the above steps, your MySQLinstallation should now be secure.Thanks for using MySQL!创建成功。Apache2的是作为一个CentOS的软件包,因此我们可以直接用下面命令安装它:安装成功。现在配置系统在引导时启动apache,第二步 启动apache查看本地IP现在,在浏览器中输入本地IP地址,可以看到apache2的测试页,如下图:A

8、pache的默认文档根目录是在CentOS上的/var/www/html 目录 ,配置文件是/etc/httpd/conf/httpd.conf。配置存储在的/etc/httpd/conf.d/目录。3、安装php用下列命令安装php:yum install php安装完需要重新启动:rootlocalhost lx# chkconfig httpd on 添加apache开机自动启动4.我们可以安装php和apache的php模块如下:默认网站的文件根目录是在/srv/www/html中。现在我们将在该目录中创建一个小型PHP文件(info.php的)在浏览器中调用它。该文件将显示很多关于我

9、们的PHP安装,如安装的PHP版本和有用的一些细节。进入后输入下图内容:现在,用浏览器访问:正如你所看到的,PHP的工作,它通过Apache 2.0的处理程序,在服务器API线。如果你继续向下滚动,你会看到所有在PHP5中已经启用的模块。MySQL是没有列出,这意味着我们没有在PHP支持MySQL。5Php获得mysql的支持让PHP在MySQL中获得支持,我们可以安装的php-mysql软件包。安装一些其他的PHP5模块,以及您可能需要的应用程序yum search php.还需要安装所需要的:yum install php-mysql php-gd php-imap php-ldap ph

10、p-mbstring php-odbc php-pear php-xml php-xmlrpc.现在重新启动apache:/etc/init/httpd restart现在,重载http:/34/info.php在您的浏览器,并再次向下滚动到模块部分。现在,你应该找到许多新的模块,包括MySQL模块:6.安装phpmyadminphpMyAdmin是一个网络接口,通过它可以管理你的MySQL数据库。首先,我们使我们的CentOS系统的RPMForge软件库phpMyAdmin,不是官方的CentOS 6.0库,导入rpmforge的GPG密钥:rpm import i386 系统安装命令:l6.rf.i686.rpm 安装phpmyadmin:yum install phpmyadmin.现在我们可以设置phpMyAdmin了,我们可以改变Apache的配置来让phpMyAdmin不仅仅只能从localhost登录。输入命令:里面输入以下内容:下一步,我们从H

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论