LunaNode / lobster

Hourly billing panel for virtual machines
http://lobster.lunanode.com
Other
84 stars 22 forks source link

Fixed crash on startup #74

Open stunndard opened 8 years ago

stunndard commented 8 years ago

When compiled on Windows, the default database settings cause a crash at startup. The error is kinda cryptic, but it is caused by go-sql-driver. The hostname for mysql in the config should be specified using the following notation: tcp(localhost:5555)

Check this for reference: http://stackoverflow.com/questions/25244089/go-error-connecting-to-database-with-mysqldriver

lobster