new startup message
This commit is contained in:
		@@ -28,7 +28,7 @@ public class MySQLConnector extends Database {
 | 
			
		||||
                    password);
 | 
			
		||||
 | 
			
		||||
        } catch (SQLException e) {
 | 
			
		||||
            e.printStackTrace();
 | 
			
		||||
            System.err.println("no connection to database! start database server");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        return con;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
package db;
 | 
			
		||||
 | 
			
		||||
import javax.swing.table.DefaultTableModel;
 | 
			
		||||
import java.sql.Connection;
 | 
			
		||||
import java.sql.PreparedStatement;
 | 
			
		||||
import java.sql.ResultSet;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user