Support the ongoing development of Laravel.io →
posted 3 years ago
Last updated 1 year ago.
0

How are you sure that you're connected to the database?

0

To connect to the DB, I use SSH and linux command prompt to access the DB with username/password. The php artisan migrate:install created a table in the database called migrations.

0

Hosting company has installed pdo_mysql and enabled it. Now i have a different error: SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was too long; max key length is 1000 bytes (SQL: alter table password_resets add index password_resets_email_index(email))

0

It sounds like you're on shared hosting. It's usually not advised to run Laravel on shared hosting.

0

You are right, I was doing a test, I will go for a dedicated server. Thanks, this topic can be closed.

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.