How can i solve an error "pdo exception could not find the driver" on laravel migration? -


i studying laravel framework myself , trying build simple blog it. however, found error when migrate tables database(i using mysql). when run command- php artisan migrate - on ubuntu 14.04, got these message

[illuminate\database\queryexception]                                          not find driver (sql: select * information_schema.tables  table_schema = laravel-blog , table_name = migrations) 

and

[pdoexception]          not find driver 

i tried last 2 days find answer on youtube, google, here in stackoverflow,etc.; can't.

so has skill on laravel, please me. thanks


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -