In terminal login to mysql
mysql -uroot -p
when asked for password just press enter.
To create a database
create database news
Now you should be able to migrate to the database.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community