Re: The $cfg['PmaAbsoluteUri'] directive MUST be set in your configuration file!

2005-04-15 Thread Jonathan Wright
'] = TRUE; In order to disable the warnings. -- Jonathan Wright mail at djnauk dot co dot uk Life has no meaning unless we can enjoy what we've been given -- Running on Gentoo Linux (2.6.10-gentoo-r7-djnauk-b03 i686 AMD Athlon(tm) XP 2100+ GNU/Linux) -- MySQL General Mailing List For list archives

Re: How does a multi-row INSERT work?

2005-03-31 Thread Jonathan Wright
but according to the manual, a multi-row INSERT is faster. I think you're looking for something like INSERT INTO table [ (x, y, z) ] VALUES (a, b, c), (d, e, f), (h, i, j); -- Jonathan Wright mail at djnauk dot co dot uk Life

Re: Primary Keys, Multiple Index and Searching

2005-02-25 Thread Jonathan Wright
how the query is optimized given a multiple column searches and possible multiple indexes. :) -- Jonathan Wright mail at djnauk dot co dot uk Life has no meaning unless we can enjoy what we've been given -- Running on Gentoo Linux (2.6.10-gentoo-r7-djnauk-b03 i686 AMD Athlon(tm) XP 2100+ GNU

Primary Keys, Multiple Index and Searching

2005-02-24 Thread Jonathan Wright
) allow the searching of multiple indexes, or is it better to specify multiple indexes with similar columns to maximize performance? Thanks, -- jonathan wright // mail at djnauk.co.uk // running on gentoo linux // life has no meaning unless we can enjoy what we've been given -- MySQL General Mailing