Trouble with installing
rizhenkov opened this issue · 2 comments
rizhenkov commented
sdukaric commented
Please verify that your local MySQL db is accessible with these credentials.
In console write:
mysql -uroot -hlocalhost webloyer
You should be connected to your local database named webloyer.
If database does not exist, make it.
mysql -uroot -hlocalhost
CREATE database webloyer;
… On 4 Dec 2017, at 15:20, Artem Rizhenkov ***@***.***> wrote:
After installing and running php artisan webloyer:install I got exception (see screenshot)
<https://user-images.githubusercontent.com/987517/33557093-4628da3c-d917-11e7-96b6-a1621b6c15f2.png>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#81>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKAoMb1zvzSN0PR4oP07xMMEgVtyh3C5ks5s8_-ggaJpZM4Q0uRA>.