diff --git a/server.js b/server.js index 2b854861..15ead962 100644 --- a/server.js +++ b/server.js @@ -19,7 +19,7 @@ const connection = mysql.createConnection({ host: 'localhost', user: 'root', password: '', - database: 'learning_management' + database: 'LMS_APP' }); // Connect to MySQL