MySQL 함수 라이브러리: mysql_error

출처: 인터넷
작성자: 사용자
키워드: mysql_error mysql 함수 라이브러리 php 중국 기능 설명서

Mysql_error

(PHP3, P H P 4)

Mysql_error---이전 MySQL 작업에서 오류 메시지 반환

구문: int mysql_error ([int link_identifier])

설명:

최근 MySQL 함수에서 오류 메시지 코드를 반환 하 고 오류가 발생 하는 경우 0 (영)을 반환 합니다.

MySQL 저장소에서 다시 전송 하는 오류는 오류 메시지를 Mysql_error ()를 사용할 수 있습니다 참고:이 함수는 가장 최근 실행 된 MySQL 함수에서 오류 메시지를 반환 합니다 (mysql_error () 및 Mysql_errno ()), 그래서 그것을 사용 하려는 경우 다른 MySQL 함수를 호출 하기 전에 값을 선택 했는지 확인 하십시오.

예:

<? php

& http://www.aliyun.com/zixun/aggregation/37954.html "> nbsp; Mysql_connect ("Marliesle");

Mysql_errno () 에코. ":". Mysql_error (). < b R > ";

mysql_select_db ("Nonexistentdb");

Mysql_errno () 에코. ":". Mysql_error (). < b R > ";

$conn = mysql_query ("선택 *에서 nonexistenttable");

Mysql_errno () 에코. ":". Mysql_error (). < b R > ";

? >

참조: Mysql_errno)

관련 문서

연락처

이 페이지의 내용은 인터넷에서 가져온 것이므로 Alibaba Cloud의 공식 의견이 아닙니다.이 페이지에서 언급 된 제품 및 서비스는 Alibaba Cloud와는 관련이 없으므로이 페이지의 내용이 골칫거리 인 경우 저희에게 알려주십시오. 우리는 5 일 근무일 이내에 이메일을 처리 할 것입니다.

커뮤니티에서 표절 사례를 발견한 경우 info-contact@alibabacloud.com 으로 관련 증거를 첨부하여 이메일을 보내주시기 바랍니다. 당사 직원이 영업일 기준 5일 내에 연락 드리도록 하겠습니다.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.