numtel / meteor-mysql

Reactive MySQL for Meteor
MIT License
343 stars 41 forks source link

Data is not updated #10

Closed DemonFars closed 9 years ago

DemonFars commented 9 years ago

Hi,

First, congratulations for the good work. Second, whenever i try to make your package work, my application never get updated. In the database, all values are changed, but in the app, the fields never get the real value, unless i write some changes in the code then Meteor updates automatically the window with the right values.

The code is the same from leaderboard with mysql. The version of mysql is 5.5.38. The version of meteor 1.0.3.2. Tested on Windows and Linux;

Sorry for the bad english, but if you can help, I will be very grateful. It's my first professional project in meteor, so i must be forgetting some simple configuration.

DemonFars commented 9 years ago

Sorry, was a misconfiguration of binlog. The var binlog_do_db was wrong. Now everything is working fine.