numtel / meteor-mysql

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

Not reactive using the local mysql server #68

Open liuzhuotao opened 8 years ago

liuzhuotao commented 8 years ago

Hi Ben,

Thanks a lot for contributing such a great package.

I have encountered one problem for using this package with my local mysql server. The problem is that is not reactive anymore: I have to manually refresh the page.

I also download your leaderboard example. If it directly uses the nutmel:mysql-server, it is reactive. However, if I switch to use my local mysql server. Even the leaderboard example is no longer reactive.

Could you please give some hints on solving this. Thanks a lot. :)

zeta-o commented 8 years ago

Hi @zliuInspire, I was fighting with the same issue and the problem was that I created the DB with capital letter in the name... So your DB's name must be mydatabase NOT Mydatabase. I hope it helps you.

Calvinxc1 commented 8 years ago

Hey folks, does this apply to tables too, and/or with underscores? My database name is all lowercase with underscores, but I have multiple tables with capital letters & underscores in it, and I'm getting the same problem.