2014年5月22日 星期四

安裝 LAMP

LAMP安裝   參考http://linux.vbird.org/linux_server/0360apache.php#www_basic
yum install httpd mysql mysql-server php php-mysql
     #暫時不加php-devel
yum install  mrtg mod_perl mod_python
/etc/init.d/httpd start               #啟動/etc/init.d/httpd configtest        #測試chkconfig httpd on                   #開機啟動
/etc/init.d/mysqld start 
chkconfig mysqld on
mysqladmin -u root password  "password"
mysql -u root -p 
create database cmc ;
grant all privileges on cmc.* to cmc@localhost identified by 'password' ; 
show databases; 
# use mysql;

# select * from user where user = 'cmc'; # 查詢cmc帳號 #exit
vim /etc/httpd/conf/httpd.conf    

vim /etc/php.ini
 
#其他支援軟體安裝
yum -y install httpd-manual mrtg mod_perl  mod_python  mod_ssl php-devel

沒有留言:

張貼留言