---------- Forwarded Message ----------
Subject: Re: How to know configure parameters on compiled MySQL
Date: Monday 18 June 2007
From: David Southwell <david@stripped>
To: AAKumykov@stripped
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?
phpinfo is a module that tells you what settings and configuration options are
currently applied.
The equivalent command for mysql is:
mysql> show variables;
david
-------------------------------------------------------
| Thread |
|---|
| • Fwd: Re: How to know configure parameters on compiled MySQL | David Southwell | 18 Jun |