250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 스프링부트
- 소스코드 맵
- Plugins
- IntelliJ
- springboot
- log4j2
- #JVM
- 설정
- #오라클
- #이클립스
- 인텔리제이
- mariadb
- Like
- #Oracle
- #자바
- 이클립스
- 스프링
- 설치
- Spring
- html
- Eclipse
- log4j
- #자바가상머신
- 플러그인
- #java
- 환경설정
- 오라클
- CodeGlance
- Oracle
- #eclipse
Archives
- Today
- Total
커피와 개발자
[MySQL API] mysql_error() 본문
728x90
이전에 수행된 MySQL 쿼리에 대한 오류의 문자열 메시지를 반환.
【예제】
<html><body>
< ?
$db=mysql_connect("localhost","jijoe","jijoe_password");
$err=mysql_error($db);
echo $err;
? >
</body></html>
【예제】
<html><body>
< ?
$db=mysql_connect("localhost","jijoe","jijoe_password");
$err=mysql_error($db);
echo $err;
? >
</body></html>
728x90
'데이터베이스 > SQL' 카테고리의 다른 글
[MySQL API] mysql_fetch_array() (0) | 2011.03.03 |
---|---|
[MySQL API] mysql_escape_string() (0) | 2011.03.03 |
[MySQL API] mysql_errno() (0) | 2011.03.03 |
[MySQL API] mysql_drop_db() (0) | 2011.03.03 |
[MySQL API] mysql_db_query() (0) | 2011.03.03 |
Comments