Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

daniel21gt's avatar

Problems when applying migrations in hosting with laravel 5.5

I get this error, when trying to apply a migration, in a hosting.

in connection.php driver (SQL: select * from information_schema.tables where table_schema = winnersc_bdd and table_name=migrations)

in connector.php line 67: could not find driver.

It's the first time that I have put my project on a real hosting, and I do not know what I should do to fix that problem.

0 likes
2 replies
burlresearch's avatar
Level 40

looks like you're missing he PDO driver - type this on the command line:

sudo apt install php-mysql

Please or to participate in this conversation.