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

MySQL database bindings for Node.js

Results 47 node-db-mysql issues
Sort by recently updated
recently updated
newest added

When I tried to start my program it exited with this error: "node: symbol lookup error: /usr/lib/node_modules/db-mysql/build/Release/mysql_bindings.node: undefined symbol: _ZNK2v85Value11IsUndefinedEv" I'm using Ubuntu 12.04LTS and Node.JS installed via "n". I...

It seems that this is not available for Windows? Can this happen? Thanks, David Boarman

Good day support, i am pretty happy with NodeJS, but something stop me when i tried to install db-mysql # console C:\Documents and Settings\Administrator\Desktop\temp\nodejs>npm install db-mysql npm http GET https://registry.npmjs.org/db-mysql...

as above, db-mysql not work anymore with node v0.10

Hello Mariano. sh: node-waf: command not found while installing [email protected] with node v0.10.0. Are you planning to update? Thanks, Jesus

When you start getting an error: grzegorz@debian:~/Pulpit/fiszki_node$ node test-db.js module.js:356 Module._extensions[extension](this, filename); ^ Error: /home/grzegorz/node_modules/db-mysql/build/Release/mysql_bindings.node: undefined symbol: ev_default_loop_ptr at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.require (module.js:364:17) at require (module.js:380:17)...

Using node 0.8.1 I get the above error message when executing db-mysql methods. cu Roman

-- EDITED TERMINAL SESSION -- $ export MYSQL_CONFIG=/Applications/MAMP/Library/bin/mysql_config $ echo $MYSQL_CONFIG /Applications/MAMP/Library/bin/mysql_config $ cd /usr/local/lib/node su root... sh-3.2# npm install db-mysql npm http GET https://registry.npmjs.org/db-mysql npm http 200 https://registry.npmjs.org/db-mysql npm...

delete is a reserved word in JavaScript and should not be used as an identifier. A future interpreter might be more strict that current ones and might fail on this...

An attempt to update a row in table is resulting in a new insert: Here is the code var id = 2; this.query() .update('User') .set({ 'othername': data.othername, 'surname': data.surname, 'status'...