node-mysql
node-mysql copied to clipboard
Not working with node v0.1.99 or v0.1.100
Doesn't seem to get any response when sending a query. Seems a change introduced in v0.1.99 broke it
This is probably because of the changes in node crypto API.
See my fork for a fix. stevebest/node-mysql@b5e662267d6f42f663d16d79f3cd09a24f55478f
I had the same problem and your fork fixed it, thanks!