Skip to content

Instantly share code, notes, and snippets.

@hugeuser
Created February 28, 2014 14:51
Show Gist options
  • Save hugeuser/9272432 to your computer and use it in GitHub Desktop.
Save hugeuser/9272432 to your computer and use it in GitHub Desktop.
table attributes
var connection = mysql.createConnection({
host : 'localhost',
user : '',
password : ‘',
database : ’’,
port : 3306,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment