Thanks very much, Stefan. Merry Christmas! :-)
Geetika
On Tue, 24 Dec 2002, Stefan Hinz, iConnect (Berlin) wrote:
> Geetika,
>
> > If there are multiple caches in MySQL, I would welcome suggestions
> > pertaining to all or any of them. Thanks!
>
> SHOW VARIABLES will show you what caches are s
Geetika,
> If there are multiple caches in MySQL, I would welcome suggestions
> pertaining to all or any of them. Thanks!
SHOW VARIABLES will show you what caches are set for your MySQL
installation. E.g., I do:
mysql> select version(); show variables like '%cache%';
+---+
|