I accidentally deleted the database for my project so I am trying to recreate all those tables using php artisan migrate
.
I can log into MySQL with mysql -u root -p
and then I enter in the password of "password" which will allow me to see all my databases. Since I deleted my database I created another database "endorsify_dev" using Create Database endorsify_dev
sql command.
Then, I went to do php artisan migrate
, but that gave me an error that I cannot figure out.
My .env
file:
The Users in Mysql:
Databases:
Error: