tuytoosh's avatar

[PDOException] could not find driver

Hi all, I am using ubuntu with ampps , and now I want to install laravel...

When I want to run php artisan migrate in terminal in root, I have this error :

[PDOException]         
  could not find driver

My pdo_mysql.so extension in ampps control panel is enabled...

Help me please :(

0 likes
1 reply
willvincent's avatar
Level 54

PHP in the cli is probably using different config than the webserver.

This is one of the problems with using these various *AMP stack packages, instead of installing the components on your own.

That said.. probably the only thing you need to do is to run:

sudo apt-get install php-mysql
2 likes

Please or to participate in this conversation.