$ php symfony doctrine:insert-sql
I've got an error running this line. It says "Couldn't locate driver name mysql". I gues Mysql is not completely configured yet for symfony.
Enabling the following modules in php.ini file will fix this error:
extension=php_mysql.dll;
extension=php_pdo;
extension=php_pdo_mysql;
Don't forget to restart your MySQL.
No comments:
Post a Comment