need to change db name to 'ingegneria'and create user with superuser

createdb modifier with 'utente' as name and 'password' as password
This commit is contained in:
elix3007 2023-10-16 12:38:32 +02:00
parent f07591eb5e
commit e372b59e32
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ public class Main {
Connection connection = DriverManager.getConnection("jdbc:postgresql://127.0.0.1:5432/ingegneria",
"neto", "fethergay");
"utente", "password");
PreparedStatement stmt;