initial commit
This commit is contained in:
@@ -71,7 +71,7 @@ app.get('/', function (req, res) {
|
|||||||
// client.end()
|
// client.end()
|
||||||
// })
|
// })
|
||||||
|
|
||||||
con.query("SELECT * FROM studentsDB.students", function (err, result, fields) {
|
con.query("SELECT * FROM wp_mermsemrusers", function (err, result, fields) {
|
||||||
// if any error while executing above query, throw error
|
// if any error while executing above query, throw error
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
// if there is no error, you have the result
|
// if there is no error, you have the result
|
||||||
|
|||||||
Reference in New Issue
Block a user