I have connected to mysql server and created a new db called 'imagehostnow' and edited the database info in app/config/database.php file.

Inserted database name, username and password.

Then I run following command:

Code:
php artisan migrate
I got below message:

Then I set permission for www/imagehostnow.com/app/storage/ folder using below command:

Code:
chmod -R 777 ~/www/imagehostnow.com/vendor/monolog

again run below command

Code:
php artisan migrate
But still error got