Compiling and running the main.java is giving me the following console message with an error: Backend started Error: java.sql.SQLException: Access denied for user 'root'@'localhost' (using password: NO) Frontend is starting at thread: 21 Steps to reproduce: 1. Select main.java 2. Run as Java application
The problem is because you local database has access controls Steps to solve: 1. Go to DBConnect.java in the Backend package 2. Search for the statement on line 21 for establishing connection 3. Enter your password after your username in double quotations