meteor-mysql
meteor-mysql copied to clipboard
Reactive MySQL for Meteor
Hi, I get the error **`TypeError: Column must be greater than or equal to 0, got -14`** when I execute the code below: ``` var liveDb = new LiveMysql({ host:...
When you try to connect to a MySQL server that has no binlog enabled, how can you catch the ER_NO_BINARY_LOGGING error that is coming from numtel_mysql\0.1.14\npm\node_modules\mysql-liveselect\node_modules\zongji\node_modules\mysql\lib\protocol\Parser.js:82?
Hi! I have an app developed in meteor where I store some data related to customers through MongoDB. I have a website running separately where users can create new data...
Hi, I'm trying to export some data from a mysql database to text files on the server-side (using the numtel:mysql package). Basically it looks like this: ``` 'exportSomething': function(variable) {...
Somehow, capitalised table names cause the items to only be refreshed when the page is reloaded. For the leaderboard example, if I change the table name in `leaderboard.sql`, from `players`...
Hi Ben I've successfully setup mySQL for binlog and all is working fine. We use some PHP scripts at work to aggregate stuff and store it in mySQL. I've created...
Dear Ben I am trying to use the code from inside another meteor server. I can run the Leaderboard example with numtel:mysql-server package But while using the package from another...
I like so much reactive mysql and I am trying to testing with mariadb galera for high availability and load balancer HAProxy in front ... all nodes have: max_binlog_size =...
Hi, I'm trying to do a select from the client to retrieve some info but nothing happens in the callback of the method call: Client side: Template.register.events({ 'submit form': function(event)...
The examples use raw SQL statements, so I wonder if it's possible to use bookshelf along with `numtel:mysql` ?