Error handler for LiveMysql constructor
Errors on connection may now be handled by passing a callback to the constructor that accepts a single error
argument.
See example:
var liveDb = new LiveMysql(Meteor.settings.mysql, function (error) {
// ...
});