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: mysql> show variables;

Native
./configure --..., ...
string is needed.

I don't think this is possible with MySQL, or with any other programs
using autoconf/make in general. Part of the reason is that you don't
really even need to run a configure script to compile MySQL, and even
if you did the options that the configure script accepts changes from
version to version. But it shouldn't be very much work at all to run
the command David suggested and deduce what was in the ./configure
line.

--
Evan Klitzke <[EMAIL PROTECTED]>

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

Reply via email to