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

Not reactive using the local mysql server

Open liuzhuotao opened this issue 8 years ago • 2 comments

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. :)

liuzhuotao avatar May 28 '16 21:05 liuzhuotao

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.

zeta-o avatar Jun 21 '16 06:06 zeta-o

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.

Calvinxc1 avatar Aug 19 '16 13:08 Calvinxc1