sql >> データベース >  >> RDS >> Mysql

Codeigniterの下で、mysql_error()を見ることができますか?

    はい、これはmysql_error()ラッパーです。

    $this->db->_error_message();
    

    そして、mysql_errnoラッパーは次のとおりです。

    $this->db->_error_number();
    


    1. WordPressのメタキーとmeta_valueクエリ

    2. pythonmanage.pymigrateはpostgresデータベースに変更を加えません

    3. 画像をサーバーにアップロードし、画像パスをmysqlデータベースに保存します

    4. MySQLがNoneを返すのはなぜですか?