phpMyAdmin
 sql >> Cơ Sở Dữ Liệu >  >> Database Tools >> phpMyAdmin

Truy vấn MySQL hoạt động trong PhpMyAdmin nhưng không hoạt động trong JAVA Eclipse

Bạn có thể sử dụng addBatch

String s1 = "SET @count = 0";
String s2 = ...

try {
// query to reset menu_id manly after delete row
     connection = database.getConnection();
     Statement statement = connection.createStatement();
     statement.addBatch(s1);
     statement.addBatch(s2);    
     statement.addBatch(s2);   
     s.executeBatch();
     connection.commit();
} catch (SQLException e) {
    connection.rollback();
    throw e;
} finally {
    close(statement);
    close(connection);
}



  1. DBeaver
  2.   
  3. phpMyAdmin
  4.   
  5. Navicat
  6.   
  7. SSMS
  8.   
  9. MySQL Workbench
  10.   
  11. SQLyog
  1. lỗi phpmyadmin # 1062 - Mục nhập trùng lặp '1' cho khóa 1

  2. Bạn có thể tùy chỉnh thông báo lỗi trùng lặp mysql_error không?

  3. MySQL # 2006 - Máy chủ MySQL đã biến mất trong phpMyAdmin

  4. Làm cách nào để lấy ra giản đồ db từ MySQL / phpMyAdmin?

  5. php Cảnh báo:Lỗi strtotime ()