mysql_error

(PHP 4, PHP 5)

mysql_error ������һ�� MySQL �����������ı�������Ϣ

˵��

mysql_error ([ resource $link_identifier ] ) : string

������һ�� MySQL �����Ĵ����ı������û�г����򷵻� ''�����ַ����������û��ָ��������Դ�ţ���ʹ����һ���ɹ��򿪵����Ӵ� MySQL ��������ȡ������Ϣ��

�� MySQL ���ݿ������Ĵ����ٷ������棬Ҫ�� mysql_error() ����ȡ�����ı���ע�Ȿ�������������һ�� MySQL ������ִ�У������� mysql_error() �� mysql_errno()���Ĵ����ı���������Ҫʹ�ô˺�����ȷ���ڵ�����һ�� MySQL ����֮ǰ�������ֵ��

Example #1 mysql_error ����

<?php
    mysql_connect
("localhost""mysql_user""mysql_password");

    
mysql_select_db("nonexistentdb");
    echo 
mysql_errno() . ": " mysql_error(). "\n";

    
mysql_select_db("kossu");
    
mysql_query("SELECT * FROM nonexistenttable");
    echo 
mysql_errno() . ": " mysql_error() . "\n";
?>

�������ӽ��������������

1049: Unknown database 'nonexistentdb'
1146: Table 'kossu.nonexistenttable' doesn't exist

�μ� mysql_errno()��