摘要: 首先安装node-mysqlnpm install mysql接着访问mysql,目前createClient已弃用The first thing you will run into is that the oldClientclass is gone and has been replaced with a less ambitiousConnectionclass. So instead ofmysql.createClient()var mysql = require('mysql');var TEST_DB = "eyuan";var connect 阅读全文
posted @ 2013-04-03 17:13 void~ 阅读(276) 评论(0) 推荐(0)