sql >> Database teknologi >  >> RDS >> Mysql

Hent og INDSTIL Database Server Connection Variable med JDBC

Har du prøvet at tilføje det til getConnection-kaldet?

String url = "jdbc:mysql://localhost/test?user=sqluser&password=sqluserpw&sessionVariables=sql_mode='STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION,PIPES_AS_CONCAT'";
Class.forName("com.mysql.jdbc.Driver");
Connection c = DriverManager.getConnection(url);

Med venlig hilsen




  1. Tilføj en indre joinforbindelse til mySQL GROUP_CONCAT-sætning

  2. Import af InnoDB-partitioner i MariaDB 10.0/10.1

  3. Hvordan indtaster man nylinjetegn i Oracle?

  4. Bedre forståelse - Class.forName(com.mysql.jdbc.Driver).newInstance ();