mauritslamers / Thoth

A Node-based communications hub for multi-user SproutCore applications, serving as a unified database interface and automating distribution of data changes
http://devmt.hku.nl/~maurits/doku.php?id=thoth:start
43 stars 4 forks source link

myServer.sample.js contains incorrect mysql connection parameters #1

Closed ralfschimmel closed 13 years ago

ralfschimmel commented 13 years ago

myServer.sample.js

//store: MySQLStoreMySQLClient.create({host:'', username:'', passwd: '', database: ''}),

should become:

//store: MySQLStoreMySQLClient.create({hostname:'', user:'', password: '', database: ''}),

mauritslamers commented 13 years ago

Fixed, thanks!