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.