PDO extension for PHP

asked Aug 9, 2016 by urkokan (120 points)
in step one i can't go ahead because is red
what i can do????

1 Answer

answered Aug 22, 2016 by Pavel.g (4,600 points)
Hello urkokan.

Thank you for question.

You need to install PDO extension for PHP.
If you use ubuntu: sudo apt-get install php5-mysql
and if you use CentOS: yum install php-pdo.

Regards, Pavel
...