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
- log4j
- #JVM
- Eclipse
- 인텔리제이
- 소스코드 맵
- 오라클
- #자바
- #java
- 플러그인
- CodeGlance
- 설정
- Plugins
- Spring
- #자바가상머신
- #이클립스
- #Oracle
- 이클립스
- html
- 스프링부트
- Oracle
- #eclipse
- 스프링
- mariadb
- IntelliJ
- 환경설정
- 설치
- Like
- log4j2
- #오라클
- springboot
Archives
- Today
- Total
커피와 개발자
[MySQL API] mysql_get_host_info() 본문
728x90
호스트 이름을 포함한 접속형태를 나타낸다.
【예제】
<html><body>
< ?
mysql_connect("localhost", "root", "root_password") or
die("could not connect");
printf ("MySQL host info: %s\n", mysql_get_host_info());
? >
</body></html>
【예제】
<html><body>
< ?
mysql_connect("localhost", "root", "root_password") or
die("could not connect");
printf ("MySQL host info: %s\n", mysql_get_host_info());
? >
</body></html>
728x90
'데이터베이스 > SQL' 카테고리의 다른 글
[MySQL API] mysql_get_server_info() (0) | 2011.03.03 |
---|---|
[MySQL API] mysql_get_proto_info() (0) | 2011.03.03 |
[MySQL API] mysql_get_client_info() (0) | 2011.03.03 |
[MySQL API] mysql_free_result() (0) | 2011.03.03 |
[MySQL API] mysql_field_type() (0) | 2011.03.03 |
Comments