Update MySQL.java
This commit is contained in:
@@ -17,7 +17,7 @@ public class MySQL {
|
||||
try
|
||||
{
|
||||
Class.forName("com.mysql.cj.jdbc.Driver");
|
||||
createvoice_database = DriverManager.getConnection("jdbc:mysql://" + "localhost" + ":" + "3306" + "/" + "createvoice", "discordbot", "Fabi2608!=?");
|
||||
createvoice_database = DriverManager.getConnection("jdbc:mysql://" + "localhost" + ":" + "3306" + "/" + "createvoice", "discordbot", "");
|
||||
stmt = createvoice_database.createStatement();
|
||||
}
|
||||
catch (SQLException | ClassNotFoundException e)
|
||||
|
||||
Reference in New Issue
Block a user