Mysql-CentOS6.5 php cannot use pdo

Source: Internet
Author: User
Tags zts
I have installed pdo and pdo_mysql, But pho cannot be used at all times. I don't know why. thank you for your phpinfo () environment: CentOS6.5php: 5.6.24 the installation file in the php source package is used at the end of php. add the following content in ini and restart apache {code ...}

I have installed pdo and pdo_mysql, but pho is always unavailable. I don't know why. thank you for your consideration.
Phpinfo ()

Environment: CentOS 6.5
Php: 5.6.24
The installation file in the php source package is used.

Add the following content in php. ini and restart apache.

extension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo.soextension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo_mysql.so

Reply content:

I have installed pdo and pdo_mysql, but pho is always unavailable. I don't know why. thank you for your consideration.
Phpinfo ()

Environment: CentOS 6.5
Php: 5.6.24
The installation file in the php source package is used.

Add the following content in php. ini and restart apache.

extension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo.soextension=/usr/local/php-5.6.24/lib/php/extensions/no-debug-zts-20131226/pdo_mysql.so

The reason is that the php. ini path is incorrect.

Extension = pdo. so;
Extension = pdo_mysql.so;
If not, + QQ 1065890063

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.