I’m excited to be a part of this group and to be using ghost. I am over wordpress haha.
I am currently installing ghost on a digital ocean droplet and am having an issue when I try to run ghost start
What’s your URL? This is the easiest way for others to debug your issue
NA
What version of Ghost are you using? Ghost Version: 3.5.1 Ghost-CLI Version: 1.13.1
What errors or information do you see in the console?
2) GhostError
Message: CREATE DATABASE `ghost_prod` CHARACTER SET utf8mb4; - EE_STAT: Can't get stat of './ghost_prod' (Errcode: 13 - Permission denied)
Suggestion: journalctl -u ghost_mydomainname-com -n 50
What steps could someone else take to reproduce the issue you’re having?
When I run the suggestion journalctl -u ghost_sustainablepineapple-com -n 50
I get the following:
Hint: You are currently not seeing messages from other users and the system.
Users in the 'systemd-journal' group can see all messages. Pass -q to
turn off this notice.
No journal files were opened due to insufficient permissions.
Are you sure you have the correct database information?
Make sure you provide fixed informations “host, User, Database, Password” or provide information of a user who can create users and databases such as MySQL root user.
I have the user set as root and the password I created in mysql set inside ghost when I do the inital site build. Where would I change the other configurations for User and Database? Or is that necessary if I have the mysql set to root?