Re: How to know configure parameters on compiled MySQL

2007-06-21 Thread Evan Klitzke
On 6/20/07, Andrey Kumykov <[EMAIL PROTECTED]> wrote: \On Saturday 16 June 2007 02:56:02 Andrey Kumykov wrote: \> Hello,all. \> There is the function "phpinfo" in the PHP interpreter, which allows to\> know configure options. Is there analog ability in Mysql? \The equivalent command for mysql is

Re: How to know configure parameters on compiled MySQL

2007-06-20 Thread Andrey Kumykov
\On Saturday 16 June 2007 02:56:02 Andrey Kumykov wrote: \> Hello,all. \> There is the function "phpinfo" in the PHP interpreter, which allows to\> know configure options. Is there analog ability in Mysql? \The equivalent command for mysql is: mysql> show variables; Native ./configure --..., ...

Re: How to know configure parameters on compiled MySQL

2007-06-20 Thread Andrey Kumykov
\On Saturday 16 June 2007 02:56:02 Andrey Kumykov wrote: \> Hello,all. \> There is the function "phpinfo" in the PHP interpreter, which allows to\> know configure options. Is there analog ability in Mysql? \The equivalent command for mysql is: mysql> show variables; Native ./configure --..., ...

Fwd: Re: How to know configure parameters on compiled MySQL

2007-06-18 Thread David Southwell
-- Forwarded Message -- Subject: Re: How to know configure parameters on compiled MySQL Date: Monday 18 June 2007 From: David Southwell <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] On Saturday 16 June 2007 02:56:02 Andrey Kumykov wrote: > Hello,all. > There is