You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/invoice"/*invoice is the name of the database and the table in .sql file must be created in it */,"root","");