Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Sharl.Jimh.Tsin
在 2011-10-13四的 11:25 -0400,Nick Khamis写道: > Hello Everyone, > > I was wondering if the MySQL devel files tar was available for download? I > was > only able to find rpm on the mysql site. > > Thanks in Advance, > > Nick. download the RPM package,unpack it,then you own it. BTW,MySQL only provid

Re: [MySql] CONNECT

2011-10-13 Thread Shawn Green (MySQL)
On 10/13/2011 14:41, Grega Leskovšek wrote: What is the usage of connect keyword? I've tried to google what is the difference between CONNECT and USE but got no explanation. It seems everybody use USE, but am not clear why is the CONNECT used? mysql> CONNECT test1pizza Connection id:9 Curre

[MySql] CONNECT

2011-10-13 Thread Grega Leskovšek
What is the usage of connect keyword? I've tried to google what is the difference between CONNECT and USE but got no explanation. It seems everybody use USE, but am not clear why is the CONNECT used? mysql> CONNECT test1pizza Connection id:9 Current database: test1pizza mysql> use test1pizza

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
I will post the cmake that get's just the devel header files shortly. Nick.

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Reindl Harald
Am 13.10.2011 19:29, schrieb Nick Khamis: > That being said, does cmake have a --help friend? I just don't want to > install the complete MySQL server, just MySQL-devel, as > mentioned earlier. no idea i take the fedora-src.rpm on a own virtual machine for building packages replace the source-t

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
That being said, does cmake have a --help friend? I just don't want to install the complete MySQL server, just MySQL-devel, as mentioned earlier. Nick

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Reindl Harald
PLEASE DO NOT POST OFF-LIST if a problem is solved others hsould know that to prevent other peopole spending time - if problem is not solved you osuld also not switch to a private-channel!! Am 13.10.2011 19:20, schrieb Nick Khamis:Of course! mysql header files are in the source tar... Thanks ag

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Reindl Harald
you wrote "but there is no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz" this is a bianry and NOT source and yes i am sure it contains the devel files if you are want to compile from source for whatever reason: there is only ONE source-tarball ./configure --help is your friend Am 13.10.2011 19:08, s

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Reindl Harald
Am 13.10.2011 18:16, schrieb Nick Khamis: > Hello Everyone, > > Thank you so much for your response. I don't need the entire MySQL server > just the > development libraries. I found "MySQL-devel-5.5.16-1.linux2. > 6.i386.rpm", but there is > no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz. first:

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, Thank you so much for your response. I don't need the entire MySQL server just the development libraries. I found "MySQL-devel-5.5.16-1.linux2. 6.i386.rpm", but there is no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz. Thanks Again, Nick.

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, Thank you so much for your response. I don't need the entire MySQL server just the development libraries. I found "MySQL-devel-5.5.16-1.linux2. 6.i386.rpm", but there is no MySQL-devel-5.5.16-1.linux2.6.i386.tar.gz. Thanks Again,

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Michael Dykman
Go to: http://dev.mysql.com/downloads/mysql/ and pick "source code" from the "platform" list. - md On Thu, Oct 13, 2011 at 11:25 AM, Nick Khamis wrote: > Hello Everyone, > > I was wondering if the MySQL devel files tar was available for download? I > was > only able to find rpm on the mysql s

Re: MySQL-devel.tar.gz Availability

2011-10-13 Thread Reindl Harald
Am 13.10.2011 17:25, schrieb Nick Khamis: > Hello Everyone, > > I was wondering if the MySQL devel files tar was available for download? I > was > only able to find rpm on the mysql site. what exactly are you missing here? http://www.mysql.com/downloads/mysql/ http://dev.mysql.com/downloads/mys

MySQL-devel.tar.gz Availability

2011-10-13 Thread Nick Khamis
Hello Everyone, I was wondering if the MySQL devel files tar was available for download? I was only able to find rpm on the mysql site. Thanks in Advance, Nick.