php artisan migrate error

Solutions on MaxInterview for php artisan migrate error by the best coders in the world

showing results for - "php artisan migrate error"
Angelo
30 Jun 2020
1As I mentioned you, you need to login to MySQL via terminal mysql -u root -p, where root is the MySQL user, then input your password, then just create the database using the SQL CREATE DATABASE my_db; where my_db is the database name and finally just update your .env file with your database and credentials.