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

Package to run MySQL server inside your Meteor app

Results 4 meteor-mysql-server issues
Sort by recently updated
recently updated
newest added

I am trying to install this package but i am getting following error. Need help please. `4 warnings and 13 errors generated. make: *** [Release/obj.target/bcrypt_lib/src/bcrypt_node.o] Error 1 gyp ERR! build...

fixed #7. By this way node will throw a meaningful error like this: ``` [[[[[ ~/git/meteor/mysql-test ]]]]] => Started proxy. => Started MySQL. [MySQL] Performing initialization queries... => Errors prevented...

Whenever the initialize sql file contains errors, the thrown error is useless and stop the meteor to quit gracefully. The error message is like this: ``` Error: Couldn't parse stack...

Hello, Why doesn't the view refresh when a value is changed in the mysql database? For example, if I change the value of the score in the mysql, shouldn't it...