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

Not working with node v0.1.99 or v0.1.100

Open nick opened this issue 15 years ago • 2 comments

Doesn't seem to get any response when sending a query. Seems a change introduced in v0.1.99 broke it

nick avatar Jul 06 '10 09:07 nick

This is probably because of the changes in node crypto API.

See my fork for a fix. stevebest/node-mysql@b5e662267d6f42f663d16d79f3cd09a24f55478f

stevebest avatar Jul 07 '10 08:07 stevebest

I had the same problem and your fork fixed it, thanks!

timbuethe avatar Aug 03 '10 09:08 timbuethe