Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Claudio Nanni
Simon, yes it is C, C++ here: http://dev.mysql.com/downloads/connector/cpp/ I did not work with this libraries and to be honest I do not know about their performances, If you have the chance it would be extremely useful for the community having some tests done with both APIs. Cheers Claudio

Re: Connect to MySQL server from a c++ application

2012-06-08 Thread Simon Walter
On 06/08/2012 01:55 AM, Claudio Nanni wrote: Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ That's C isn't it? I think there is also a C++ connector. I'm interested to hear how that performs. It seems like a waste of time to write a bunch of wrappers

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
On Thu, Jun 7, 2012 at 12:55 PM, Claudio Nanni wrote: > Hi, > > you guys don't like the official API? > > http://dev.mysql.com/downloads/connector/c/ > > Cheers > > Claudio Personally? Not really. For instance, memory leaks are "not acceptable" according to Simon's expressed desire. SQLAPI++ al

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Baron Schwartz
There is also libdrizzle. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/mysql

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Claudio Nanni
Hi, you guys don't like the official API? http://dev.mysql.com/downloads/connector/c/ Cheers Claudio 2012/6/7 Lars Nilsson > On Thu, Jun 7, 2012 at 3:08 AM, Simon Walter wrote: > > On 06/07/2012 12:29 PM, Lars Nilsson wrote: > >> I've been happy using SQLAPI++ (http://www.sqlapi.com/) where

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Lars Nilsson
On Thu, Jun 7, 2012 at 3:08 AM, Simon Walter wrote: > On 06/07/2012 12:29 PM, Lars Nilsson wrote: >> I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. >> Commercial and not open source, but it's cross-platform and supports a >> dozen or so different databases. > It looks nice.

Re: Connect to MySQL server from a c++ application

2012-06-07 Thread Simon Walter
On 06/07/2012 12:29 PM, Lars Nilsson wrote: On Wed, Jun 6, 2012 at 10:41 PM, Simon Walter wrote: However, memory leaks are not acceptable. So I am open to suggestions. What do other c++ programmers use? I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. Commercial and not

Re: Connect to MySQL server from a c++ application

2012-06-06 Thread Lars Nilsson
On Wed, Jun 6, 2012 at 10:41 PM, Simon Walter wrote: > However, memory leaks are not acceptable. So I am open to suggestions. What > do other c++ programmers use? I've been happy using SQLAPI++ (http://www.sqlapi.com/) where I work. Commercial and not open source, but it's cross-platform and supp

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-03 Thread Joshua J. Kugler
Please don't respond directly to me if you have further questions, as you would probably be more likely to get better help from the list. It sounds like a typical database connection? What is your problem? What are the errors you are getting? All you have said so far is that you need help, a

Re: Connect to MYSQL server from Wi-Fi enabled Windows CE device

2005-03-01 Thread Joshua J. Kugler
On Wednesday 23 February 2005 03:47, Hough Van Wyk said something like: > I am developing a embedded VB application running on a hp ipaq > running Windows CE 2003. This app has to connect to a MYSQL DB over a > wireless network. I have surfed the internet for hours with no luck. > Can anyone please

Re: connect to mySQL without database

2004-08-10 Thread Karam Chand
ch programming > language? We need to know in > >order to help you. C, C++, Java, Perl, PHP, > Python... The answer will > >differ. > > > >Alec > > > > > > > > > >Michael Seele <[EMAIL PROTECTED]> > >09/

Re: connect to mySQL without database

2004-08-09 Thread Egor Egorov
Michael Seele <[EMAIL PROTECTED]> wrote: > is it possible to connect to a mySQL-Server without entering a database > and then check all available databases? Sure, SHOW DATABASES is it: http://dev.mysql.com/doc/mysql/en/Show_database_info.html -- For technical support contracts, goto https

Re: connect to mySQL without database

2004-08-09 Thread Michael Seele
20 To [EMAIL PROTECTED] cc Subject Re: connect to mySQL without database i use mySQL english version! why? Karam Chand schrieb am 09.08.2004 14:13: Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: hi, is it possible to connect to a mySQL-Se

Re: connect to mySQL without database

2004-08-09 Thread Michael Seele
i use mySQL english version! why? Karam Chand schrieb am 09.08.2004 14:13: Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: hi, is it possible to connect to a mySQL-Server without entering a database and then check all available databases? thx mseel

Re: connect to mySQL without database

2004-08-09 Thread Karam Chand
Yes. Which language you are using? Regards, Karam --- Michael Seele <[EMAIL PROTECTED]> wrote: > hi, > is it possible to connect to a mySQL-Server without > entering a database > and then check all available databases? > thx mseele > > -- > G & H Softwareentwicklung GmbH Tel.: > +49(0)74

Re: Connect to MySQL via PHP with success!

2004-02-12 Thread Eric W. Holzapfel
Hello MySQL email listers, Success at last. The tips i received from the MySQL list, got me on track. Finally got the PHP and MySQL set up correctly, thanks to the help from this list. Thanks Again, Eric [EMAIL PROTECTED] wrote: On 11-Feb-2004 Eric W. Holzapfel wrote: Hello Listers, I ha

RE: Connect to MySQL via PHP

2004-02-12 Thread Donny Simonton
don't have to worry about that with apache2, you can just add it to the httpd.conf. Donny > -Original Message- > From: Mike Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 12:19 PM > To: [EMAIL PROTECTED] > Subject: Re: Connect to MySQL via PHP >

Re: Connect to MySQL via PHP

2004-02-12 Thread Mike Miller
MAIL PROTECTED]> CC: Don Read <[EMAIL PROTECTED]>,Eric W.Holzapfel <[EMAIL PROTECTED]> Subject: Re: Connect to MySQL via PHP Date: Thu, 12 Feb 2004 13:05:00 -0500 Apache2 and php is a buggy combination? Not that I have seen. Or are you referring to trying to use the Apache Worker (mu

Re: Connect to MySQL via PHP

2004-02-12 Thread Adam Goldstein
Apache2 and php is a buggy combination? Not that I have seen. Or are you referring to trying to use the Apache Worker (mutlithreaded) MPM with php... I believe that is still a bit buggy, though, no rpms or packages seem to install it that way anyways. I'm hoping to get workerMPM working for me,

Re: Connect to MySQL via PHP

2004-02-11 Thread Curtis Maurand
Did you install PHP-mysql*.rpm? Curtis On Tue, 10 Feb 2004, Eric W. Holzapfel wrote: > Hello Listers, > > I have a problem with my PHP/redhat setup, and possible problem with my > Mysql setup. > I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES system. > I have MySql install

Re: Connect to MySQL via PHP

2004-02-10 Thread Don Read
On 11-Feb-2004 Eric W. Holzapfel wrote: > Hello Listers, > > I have a problem with my PHP/redhat setup, and possible problem with > my > Mysql setup. > I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES > system. Apache 2.0 + PHP is a known buggy combination. > I have MySql ins

RE: Connect to MySQL via PHP

2004-02-10 Thread Franck ZAIRE
ZAIRE Tested on Config: RH 9 - PHP 4.3 - Mysql 4.0 -Original Message- From: Ligaya Turmelle [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 02:14 To: Eric W. Holzapfel; [EMAIL PROTECTED] Subject: RE: Connect to MySQL via PHP I have never done this but... Go to your php.ini file and s

RE: Connect to MySQL via PHP

2004-02-10 Thread Ligaya Turmelle
I have never done this but... Go to your php.ini file and see if changing the [MySQL] mysql.default_host = is set to the database. Respectfully, Ligaya Turmelle -Original Message- From: Eric W. Holzapfel [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 12:00 PM To: [EMAIL PROT

Re: connect to mysql

2003-05-28 Thread Egor Egorov
"Robert Morgan" <[EMAIL PROTECTED]> wrote: > > Hi I have installed mysql on a linux box connected to my win2000 PC and have > installed mysqlyog on win2000 pc when I try and connect through mysqlyog I get the > error "error no.2013 lost connection to server during query" > any help appreciated.

Re: connect to mysql server

2003-03-25 Thread Stefan Hinz
Sidar, > how do i create a user that can connect to any database from any host on my lan mysql> GRANT ALL ON *.* TO 'youruser'@'192.168.%' IDENTIFIED BY 'secret'; Assuming your network has IP addresses starting with 192.168. Regards, -- Stefan Hinz <[EMAIL PROTECTED]> iConnect GmbH

Re: Connect to Mysql from java(linux)

2003-01-29 Thread Max Morawski
vim m wrote: Hi: I am new to Mysql. I have installed mysql3.23.55 on linux RH7.1. Now mysql is running successfully on my system. When I try connecting thru java(mysql-connector-java-3.0.1) I am getting an Access Denied error. It says mysql@machinename access denied. Now i tried from command li

Re: Connect to Mysql Server

2002-03-12 Thread Miguel Angel Solorzano
At 21:08 12/03/02 -0800, Amit Lonkar wrote: Hi! >Hi All!! >I have two machines on network System1 and System2. >Mysql is installed on System1. On System2 I have a >batch file which has the following command:- You need to have a permanent System1 mapped drive on System2, for example F:. Then in yo