Trying to connect to mysql

BobbyTowers

New Member
So I'm using backpacksystem with a mysql database but it doesn't connect. I tried to put it in quotations and all. What am I missing?

mysql:
ip: 'sql.diekieboy.com' etc.
port: 3306
database: 'name' etc.
username: 'name' etc.
password: 'name' etc.
 
Top