centos下使得php支持mysql

我这里只安装了一个php-mysql就可以了~~

[root@LAMP1 controllers]# yum install php-mysql
Loaded plugins: fastestmirror, presto
Loading mirror speeds from cached hostfile
 * base: mirrors.pubyun.com
 * extras: mirrors.163.com
 * updates: mirrors.skyshe.cn
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package php-mysql.x86_64 0:5.3.3-40.el6_6 will be installed
--> Processing Dependency: php-pdo(x86-64) for package: php-mysql-5.3.3-40.el6_6.x86_64
--> Running transaction check
---> Package php-pdo.x86_64 0:5.3.3-40.el6_6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==============================================================================================================================================================================================
 Package                                      Arch                                      Version                                              Repository                                  Size
==============================================================================================================================================================================================
Installing:
 php-mysql                                    x86_64                                    5.3.3-40.el6_6                                       updates                                     84 k
Installing for dependencies:
 php-pdo                                      x86_64                                    5.3.3-40.el6_6                                       updates                                     78 k

Transaction Summary
==============================================================================================================================================================================================
Install       2 Package(s)

Total download size: 162 k
Installed size: 384 k
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 162 k
(1/2): php-mysql-5.3.3-40.el6_6.x86_64.rpm                                                                                                                             |  84 kB     00:00     
(2/2): php-pdo-5.3.3-40.el6_6.x86_64.rpm                                                                                                                               |  78 kB     00:00     
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                         299 kB/s | 162 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : php-pdo-5.3.3-40.el6_6.x86_64                                                                                                                                              1/2 
  Installing : php-mysql-5.3.3-40.el6_6.x86_64                                                                                                                                            2/2 
  Verifying  : php-pdo-5.3.3-40.el6_6.x86_64                                                                                                                                              1/2 
  Verifying  : php-mysql-5.3.3-40.el6_6.x86_64                                                                                                                                            2/2 

Installed:
  php-mysql.x86_64 0:5.3.3-40.el6_6                                                                                                                                                           

Dependency Installed:
  php-pdo.x86_64 0:5.3.3-40.el6_6                                                                                                                                                             

Complete!
[root@LAMP1 controllers]# /etc/init.d/httpd restart

你可能感兴趣的:(centos,PHP)