From: Alexey Morsov <samurai@ricom.ru>
To: community@altlinux.org
Subject: Re: [Comm] Compiling C + MySQL
Date: Thu, 09 Jun 2005 17:50:05 +0400
Message-ID: <42A8490D.4000500@ricom.ru> (raw)
In-Reply-To: <42A84453.8010807@geeksforless.net>
Eugene Brusilovsky wrote:
> А что тогда?
Врешь ты все дядя Федор ;)
#include <mysql.h>
#include <stdlib.h>
MYSQL link;
int main(void) {
mysql_init(&link);
if (!mysql_real_connect(&link, "localhost", "***", "***", "***", 0,
NULL, 0)) {
printf ("Connect failed\n");
}
mysql_close(&link);
return(1);
}
morsov@mail ~/devel $ gcc test.c -o test -I/usr/include/mysql -L/usr/lib
-lmysqlclient -lcrypt -lnsl -lm
morsov@mail ~/devel $ ./test
morsov@mail ~/devel $ echo $?
1
--
Всего наилучшего,
Системный Администратор ЗАО "ИК "РИКОМ-ТРАСТ"
Алексей Морсов
ICQ: 196766290
Jabber: Samurai@jabber.pibhe.com
http://www.ricom.ru
http://www.fondmarket.ru
next prev parent reply other threads:[~2005-06-09 13:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-09 13:12 Eugene Brusilovsky
2005-06-09 13:20 ` Alexey Morsov
2005-06-09 13:24 ` Eugene Brusilovsky
2005-06-09 13:27 ` Макс
2005-06-09 13:29 ` Eugene Brusilovsky
2005-06-09 13:50 ` Alexey Morsov [this message]
2005-06-10 4:25 ` Mike Lykov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=42A8490D.4000500@ricom.ru \
--to=samurai@ricom.ru \
--cc=community@altlinux.org \
--cc=community@altlinux.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git