Hi Chris,
Did you change the default credentials to connect to mysql?
As I can see, you have username “root” and password “root”. You can change this in /config/database.yml
If this credentials are correct, try to connect to mysql via console
mysql -u youruser -p
If you can’t connect, it must be a problem with your mysql installation, not with sharetribe
I am running mysql on a Ubuntu VM on Azure.Are there any specific steps i should do in my case?Also any extra steps i should do specifically when delpoying sharetribe except those described in the README file?
Also, if possible i would like some step-by-step support.My email is cchatzis@outlook.com