Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (12.9k points)

I've created an Amazon Linux AMI 2013.09.02 server and installed the following:

yum install php55 php55-mbstring php55-soap php55-gd php55-mcrypt php55-pdo httpd24

Apache and PHP work fine. But I need pdo_mysql.so for a legacy version of Doctrine (1.x). I cannot find out how to get pdo_mysql.so onto this system. That file is not within the /user/lib64/php/5.5/modules/ folder.

Suggestions?

1 Answer

0 votes
by (18.2k points)

For PHP 5.5 support: Install package php55-mysqlnd

For PHP 5.6 support: Install package php56-mysqlnd

For PHP 7.0 support: Install package php70-mysqlnd.

For PHP 7.1 support: Install package php71-mysqlnd.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
asked Jul 30, 2019 in SQL by Tech4ever (20.3k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...