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教程有兴趣的朋友有所帮助。
上一篇: php后台服务防止交叉执行
推荐阅读
-
Linux下查看nginx apache mysql php的编译参数
-
Centos搭建PHP5.3.8+Nginx1.0.9+Mysql5.5.17详细配置
-
centos6.5 Linux下用安装包方式安装MySQL的步骤教程
-
CentOS下MySQL的彻底卸载的几种方法
-
Centos下 修改mysql密码的方法
-
CentOS7.0下安装PHP5.6.30服务的教程详解
-
CentOS6 配置Nginx,MySql,php-fpm开机启动的方法
-
CentOS 6.4系统下编译安装LNMP和配置PHP环境具体步骤
-
CentOS 6.4安装配置LAMP服务器(Apache+PHP5+MySQL)
-
Windows下搭建PHP开发环境(Apache+PHP+MySQL)