0
votes

Hello console gives this issue while trying create db via console. I am using uniform server under windows 7 and trying to learn Symfony. It says it could not find driver which is pdo_mysql but i'm using pdo already with native php code. How will i fix it? Thank you.

SOLVED. SOLUTION: I activated extension=php_pdo_mysql.dll in cli version of php.ini and restart apache.

1
please add the solution as an answer to this question and then mark it as accepted - Wouter J

1 Answers

0
votes

SOLVED. SOLUTION: I activated extension=php_pdo_mysql.dll in cli version of php.ini and restart apache.