欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

centos下使得php支持mysql

程序员文章站 2022-04-25 10:35:30
...
我这里只安装了一个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 kTransaction 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支持mysql,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。