From f0d85d170aaab446d7c219e51cec98a6f9e445ee Mon Sep 17 00:00:00 2001 From: Olu Amey Date: Mon, 23 Aug 2021 11:41:23 -0400 Subject: [PATCH] initial commit --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 2ddf611..bbdeef5 100644 --- a/index.js +++ b/index.js @@ -71,7 +71,7 @@ app.get('/', function (req, res) { // 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 (err) throw err; // if there is no error, you have the result