Support the ongoing development of Laravel.io →
Installation Configuration Database
Last updated 2 years ago.
0

Hi Chrisswail,

If you are using Homestead, have you restored your database in homestead? I connect to my homestead database using sequel pro, username:homestead, password:secret, port 33060. Or you could try: vagrant ssh to login to the vagrant box and get into MySQL that way to check.

But if you want to restore your database you could use the command mysql -u [username] -p[password] -h [host] [databaseName] < [filename].sql

If that doesn't get you up, let me know and I will post more specific instructions.

Regards

jason

Last updated 2 years ago.
0

I have fixed it out by modifying the database connection in /config/local/database.php instead of /config/database.php and it work fine now!

Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

chrisswail chrisswail Joined 15 Sep 2014

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.