node-mysql
node-mysql copied to clipboard
[obsolete] pure Javascript MySQL network driver for node.js
Running the simplest connection test under the latest version of node-mysql (masuidrive-node-mysql-9a75066) using node 0.1.92 installed on top of 0.1.33. I'm receiving the following error: Error: Uncaught, unspecfied 'error' event....
Hello, Thanks for writing this. I have been running into a problem a lot with the latest release of node and the latest release of node-mysql. The error message is...
Doesn't seem to get any response when sending a query. Seems a change introduced in v0.1.99 broke it
It would be good if this package / module were provided on the NPM repository, let me know if you need a hand with getting it on there.
Hi, How do you connect to a database where a user has no password set like on my dev machine? Many thanks, CJ
I have found that the convertUTF8ToBytes function in the charset module is not converting some data correctly. The first instance of this arises when trying to save binary data (such...