Phpmyadmim and Yii connect MySQL error.

Source: Internet
Author: User
Tags yii

Fault:

Before Phpmyadmim and Yii connected to MySQL are all right. One day, the same time, such as the following error:

1, Linux under phpMyAdmin "missing mysqli extension, please check the PHP configuration." ”

2, Yii appears cdbconnection failed to open the DB connection:could not find driver

Troubleshooting:

1, first check whether the MySQL service is normal (login or port)

2, MySQL service is normal, is expected to be PHP missing MySQL related extension caused by two Phpmyadmim and yii have problems.


Reason:

Mysqli This extension is not installed, or you have not added EXTENSION=MYSQLI.D in php.ini

Solution:

1. Yum List | grep php-mysql See if php-mysql is installed

2, install  php-mysql,yum-y install php-mysql

3, php config file php.ini add extension=mysqli.d

4. Restart Apache.

Phpmyadmim and Yii connect MySQL error.

Related Article

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.