meteor-mysql icon indicating copy to clipboard operation
meteor-mysql copied to clipboard

Reactive MySQL for Meteor

Results 51 meteor-mysql issues
Sort by recently updated
recently updated
newest added

I'm Using `Meteor.publish()` on the server side to fetch data from the Mysql Database Table using the numtel mysql package. But somehow I'm unable to sync the calls on the...

W20160606-13:40:27.759(3)? (STDERR) W20160606-13:40:27.762(3)? (STDERR) Error: connect ECONNREFUSED W20160606-13:40:27.762(3)? (STDERR) at errnoException (net.js:905:11) W20160606-13:40:27.762(3)? (STDERR) at Object.afterConnect as oncomplete W20160606-13:40:27.763(3)? (STDERR) -------------------- W20160606-13:40:27.763(3)? (STDERR) at Protocol._enqueue (/root/.meteor/pack ages/numtel_mysql/.1.0.6.j3ik78++os+web.browser+web.cordova/npm/node_modules/mys ql/lib/protocol/Protocol.js:141:48) W20160606-13:40:27.763(3)? (STDERR)...

I'm new to binlogs and such. Can this package be used with JawsDB, ClearDB or another hosted MySQL or does it require our own installation? Any recommendation? Thanks!

Hi, i try to connect to a mysql database on an ubuntu server. I've deployed my application with meteor-up. The application is running but i cannot conenct to my mysql...

I'm using meteor-mysql in a small meteor app which works fine when I run it locally but I can't seem to get it working on Heroku as it keeps crashing....

From what I've read, the new recommendation is to create subscriptions in the Template.onCreated() callbacks using the "this.subscribe()" function. Right now it would appear that using "new MysqlSubscription()" is the...

Hi , i am facing below mention mention while trying to connect with mysql server . Facing issue on OS X & ubuntu 12.04 mysql version is 5.5 on both...

At this moment, I like to have the meteor account password packages work for my project ( e.g.steep deadline, no time to implement JWT over again).But I like to get...

When trying to use https://github.com/mad-eye/meteor-mocha-web I start to get the errors `Received packet in the wrong sequence`

Is there any way to convert cursor.observe (added, changed and removed) using numtel:mysql commands? Can you please create an example or give a hint how to do it... Thanks!