sql >> Database >  >> RDS >> Mysql

Algemene JDBC-configuratie

Probeer het volgende:

public class MySqlDemo {

public static void main(String [] args) {

        java.sql.Connection conn = null;

        System.out.println("SQL Test");

        try {
                Class.forName("com.mysql.jdbc.Driver").newInstance();
                conn = java.sql.DriverManager.getConnection(
                        "jdbc:mysql://localhost:3306/test?user=root&password=");

        }
        catch (Exception e) {
                System.out.println(e);
                System.exit(0);
                }

        System.out.println("Connection established");
}


  1. PHP MYSQL PDO SUM van kolommen

  2. Een mislukte Rails-migratie terugdraaien

  3. SQL Server-tabel verplaatsen naar andere bestandsgroep

  4. ER_NOT_SUPPORTED_AUTH_MODE - MySQL-server