Re: Increase MySQL Cache Size

2002-12-24 Thread Geetika Tewari
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

Re: Increase MySQL Cache Size

2002-12-24 Thread Stefan Hinz, iConnect \(Berlin\)
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%'; +---+ |