Mysql
 sql >> Cơ Sở Dữ Liệu >  >> RDS >> Mysql

MySqli Lệnh không đồng bộ; bạn không thể chạy lệnh này bây giờ

Từ đây: http:// dev. mysql.com/doc/refman/5.0/en/commands-out-of-sync.html

Cập nhật

Nếu bạn tạo một biến cho truy vấn và dán biến trực tiếp vào một cái gì đó như MySQL Workbench, bạn có thể kiểm tra cú pháp trước khi thực thi.

<?php
            function myConnection(){
              $myConnection = mysqli_connect('localhost', 'my_user', 'my_password', 'my_db');
              return $myConnection;
            }   


    function register_user($register_data) { 
        array_walk($register_data, 'array_sanitize'); 
        //Make the array readable and seperate the fields from data 
        $fields = '`' . implode('`, `', array_keys($register_data)) . '`'; 
        $data = "'" . implode("', '", $register_data) . "'"; 
        //Insert the data and email an activation email to the user 
        $query = "INSERT INTO `members` ($fields) VALUES ($data)";
                    $myNewConnection = myConnection();          

                    if($result = mysqli_query($myNewConnection, $query)){ 
        email($register_data['mem_email'], 'Activate your account', "Hello " . $register_data['mem_first_name'] . ",\n\nThank you for creating an account with H Fencing. Please use the link below to activate your account so we can confirm you identity:\n\nhttp://blah.blah.co.uk/activate.php?mem_email=" . $register_data['mem_email'] . "&email_code=" . $register_data['email_code'] . "\n\n - David & Jay "); 
        mysqli_free_result($result);
         return ("Success");
        } else {
            echo $query;
            die(mysqli_error($myNewConnection));
        } 

    }

?>  



  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Sử dụng mysqldump để sao lưu MySQL hoặc MariaDB

  2. MySQL CONCAT (string, longtext) cho kết quả là chuỗi hex

  3. Xóa ký tự xuống dòng trong Mysql DB

  4. Sự khác biệt giữa kiểu dữ liệu cột MySQL BOOL và BOOLEAN là gì?

  5. Đặt backquote ở chế độ ngủ đông cho tất cả các tên bảng / cột