Re: Configure options

2008-02-08 Thread spamforlunch



Gavin Towey wrote:
> 
> Hi,
> 
> We normally use the binaries, but there's a few patches I want to try 
> out, so I've gotten the source.  Now I've also compiled sources many 
> times, so that process isn't a problem.  However, what I wanted to do is 
> try to compile the source with the exact same configure options that the 
> official binaries are using -- I couldn't find anywhere that listed the 
> options MySQL uses for making official binaries for all the various 
> packages they support.  Ideally I'd like to be able to start with known 
> good set of options (since the binaries generally work excellent in our 
> environment) but be able to tweak compile options and see what the 
> differences are -- or apply patches and end up with a binary that is 
> exactly like the official ones, just patched.
> 
> Thanks in advance!
> -Gavin Towey
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]
> 
> 
> 

===

Check out;

MySQL 5.1 Reference Manual :: 2 Installing and Upgrading MySQL :: 2.1
General Installation Issues :: 2.1.2 Choosing Which MySQL Distribution to
Install :: 2.1.2.4 MySQL Binaries Compiled by MySQL AB

http://dev.mysql.com/doc/refman/5.1/en/mysql-binaries.html


-- 
View this message in context: 
http://www.nabble.com/Configure-options-tp15027431p15356501.html
Sent from the MySQL - General mailing list archive at Nabble.com.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Configure options

2008-01-22 Thread Gavin Towey

Hi,

We normally use the binaries, but there's a few patches I want to try 
out, so I've gotten the source.  Now I've also compiled sources many 
times, so that process isn't a problem.  However, what I wanted to do is 
try to compile the source with the exact same configure options that the 
official binaries are using -- I couldn't find anywhere that listed the 
options MySQL uses for making official binaries for all the various 
packages they support.  Ideally I'd like to be able to start with known 
good set of options (since the binaries generally work excellent in our 
environment) but be able to tweak compile options and see what the 
differences are -- or apply patches and end up with a binary that is 
exactly like the official ones, just patched.


Thanks in advance!
-Gavin Towey


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Configure options question

2007-04-12 Thread Jerry Schwartz

> -Original Message-
> From: Lopez, Denise [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 12, 2007 2:07 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Configure options question
>
>
> I am sorry if I was vague.  I know my version of PHP supports .png
> images.  My developers are having issues with extracting .png images
> files from a mysql database that's why I wanted to make sure
> it wasn't a
> support issue with mysql.  They can upload the files into the database
> just fine.
>
> Denise Lopez
> UCLA Center for Digital Humanities
> Network Services
> Systems Engineer
> 337 Charles E. Young Drive East
> PPB 1020
> Los Angeles, CA 90095
> 310/206-8216
> -Original Message-
> From: Jerry Schwartz [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 12, 2007 10:23 AM
> To: Lopez, Denise; [EMAIL PROTECTED]
> Subject: RE: Configure options question
>
> > -Original Message-
> > From: Lopez, Denise [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, April 12, 2007 12:51 PM
> > To: [EMAIL PROTECTED]
> > Subject: Configure options question
> >
> > I have a beginner question for you all. I recently took
> over a server
> > and would like to determine what configure options were given
> > when MySQL
> > was compiled.
> >
> > Currently the MySQL version is 4.1.10 and I would like to
> know whether
> > the mysql server was compiled with .png support.
>
> MySQL doesn't care about any file formats, so I'm not sure
> how to answer
> your question. Theoretically any file (graphic or otherwise) can be
> stored
> in a BLOB, although many designers store the file externally
> and simply
> record its name in the data base.
>
> Maybe you can explain what you mean by ".png support".
>
>
Not only does the data have to be stored in a BLOB, but the binary data has
to have all the critical bytes (characters) escaped on the way in. If not,
the data will be damaged.




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Configure options question

2007-04-12 Thread John Nichel

Lopez, Denise wrote:

I am sorry if I was vague.  I know my version of PHP supports .png
images.  My developers are having issues with extracting .png images
files from a mysql database that's why I wanted to make sure it wasn't a
support issue with mysql.  They can upload the files into the database
just fine.



Is the image stored in a BLOB?  If not, that's more than likely the issue.

--
John C. Nichel IV
Programmer/System Admin
Dot Com Holdings of Buffalo
716.856.9675
[EMAIL PROTECTED]

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Configure options question

2007-04-12 Thread Lopez, Denise

I am sorry if I was vague.  I know my version of PHP supports .png
images.  My developers are having issues with extracting .png images
files from a mysql database that's why I wanted to make sure it wasn't a
support issue with mysql.  They can upload the files into the database
just fine.

Denise Lopez
UCLA Center for Digital Humanities
Network Services
Systems Engineer
337 Charles E. Young Drive East
PPB 1020
Los Angeles, CA 90095
310/206-8216
-Original Message-
From: Jerry Schwartz [mailto:[EMAIL PROTECTED] 
Sent: Thursday, April 12, 2007 10:23 AM
To: Lopez, Denise; [EMAIL PROTECTED]
Subject: RE: Configure options question

> -Original Message-
> From: Lopez, Denise [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 12, 2007 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Configure options question
>
> I have a beginner question for you all. I recently took over a server
> and would like to determine what configure options were given
> when MySQL
> was compiled.
>
> Currently the MySQL version is 4.1.10 and I would like to know whether
> the mysql server was compiled with .png support.

MySQL doesn't care about any file formats, so I'm not sure how to answer
your question. Theoretically any file (graphic or otherwise) can be
stored
in a BLOB, although many designers store the file externally and simply
record its name in the data base.

Maybe you can explain what you mean by ".png support".




--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: Configure options question

2007-04-12 Thread Jerry Schwartz
> -Original Message-
> From: Lopez, Denise [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 12, 2007 12:51 PM
> To: [EMAIL PROTECTED]
> Subject: Configure options question
>
> I have a beginner question for you all. I recently took over a server
> and would like to determine what configure options were given
> when MySQL
> was compiled.
>
> Currently the MySQL version is 4.1.10 and I would like to know whether
> the mysql server was compiled with .png support.

MySQL doesn't care about any file formats, so I'm not sure how to answer
your question. Theoretically any file (graphic or otherwise) can be stored
in a BLOB, although many designers store the file externally and simply
record its name in the data base.

Maybe you can explain what you mean by ".png support".




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Configure options question

2007-04-12 Thread Lopez, Denise
I have a beginner question for you all. I recently took over a server
and would like to determine what configure options were given when MySQL
was compiled.  

Currently the MySQL version is 4.1.10 and I would like to know whether
the mysql server was compiled with .png support.

Thanks in advance

Denise Lopez
UCLA Center for Digital Humanities
Network Services
Systems Engineer
337 Charles E. Young Drive East
PPB 1020
Los Angeles, CA 90095
310/206-8216



Re: Configure-options for compiled MySQL?

2002-02-12 Thread Trond Eivind Glomsrød

John Ericson <[EMAIL PROTECTED]> writes:

> I've a compiled MySQL and I need to know if it support unixODBC (Is
> configured with --with-unixODBC=...). Is there anyway I can see which
> configure options that was used to produce the binary?


Look for MyODBC - there is a link at the MySQL web page (it's also
included in RHL 7.2)
 
-- 
Trond Eivind Glomsrød
Red Hat, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Configure-options for compiled MySQL?

2002-02-12 Thread John Ericson

On Feb 08 23:40, John Ericson wrote:
> Hi,
> 
> I've a compiled MySQL and I need to know if it support unixODBC (Is
> configured with --with-unixODBC=...). Is there anyway I can see which
> configure options that was used to produce the binary?
> 
> 
> -- 
> * John Ericson [EMAIL PROTECTED]
> * ICQ: 7325429 JID: [EMAIL PROTECTED]
> * web: http://john.pp.se


(Please CC me since Im not a member of the maillinglist)

-- 
* John Ericson [EMAIL PROTECTED]
* ICQ: 7325429 JID: [EMAIL PROTECTED]
* web: http://john.pp.se

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Configure-options for compiled MySQL?

2002-02-12 Thread John Ericson

Hi,

I've a compiled MySQL and I need to know if it support unixODBC (Is
configured with --with-unixODBC=...). Is there anyway I can see which
configure options that was used to produce the binary?


-- 
* John Ericson [EMAIL PROTECTED]
* ICQ: 7325429 JID: [EMAIL PROTECTED]
* web: http://john.pp.se

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Configure-options for compiled MySQL?

2002-02-08 Thread Trond Eivind Glomsrød

John Ericson <[EMAIL PROTECTED]> writes:

> I've a compiled MySQL and I need to know if it support unixODBC (Is
> configured with --with-unixODBC=...). Is there anyway I can see which
> configure options that was used to produce the binary?


Look for MyODBC - there is a link at the MySQL web page (it's also
included in RHL 7.2)
 
-- 
Trond Eivind Glomsrød
Red Hat, Inc.

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Re: Configure-options for compiled MySQL?

2002-02-08 Thread John Ericson

On Feb 08 23:40, John Ericson wrote:
> Hi,
> 
> I've a compiled MySQL and I need to know if it support unixODBC (Is
> configured with --with-unixODBC=...). Is there anyway I can see which
> configure options that was used to produce the binary?
> 
> 
> -- 
> * John Ericson [EMAIL PROTECTED]
> * ICQ: 7325429 JID: [EMAIL PROTECTED]
> * web: http://john.pp.se


(Please CC me since Im not a member of the maillinglist)

-- 
* John Ericson [EMAIL PROTECTED]
* ICQ: 7325429 JID: [EMAIL PROTECTED]
* web: http://john.pp.se

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Configure-options for compiled MySQL?

2002-02-08 Thread John Ericson

Hi,

I've a compiled MySQL and I need to know if it support unixODBC (Is
configured with --with-unixODBC=...). Is there anyway I can see which
configure options that was used to produce the binary?


-- 
* John Ericson [EMAIL PROTECTED]
* ICQ: 7325429 JID: [EMAIL PROTECTED]
* web: http://john.pp.se

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php