Re: upgrade 3.23 to 4.12 slowness

2005-08-13 Thread Enrique Sanchez Vela
--- Jeff Lacki <[EMAIL PROTECTED]> wrote: > +-+--+--+-++---+ > | Field | Type | Null | Key | > Default| Extra | > +-+--+--+-++---+ > | id | bigint(20) |

Re: upgrade 3.23 to 4.12 slowness

2005-08-12 Thread Jeff Lacki
lack of a primary key was the problem. I am surprised the problem didnt show up in 3.23 but did in 4.12 Thanks for the suggestions! Jeff -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]

Re: upgrade 3.23 to 4.12 slowness

2005-08-11 Thread Daniel Kasak
Jeff Lacki wrote: Ok I appear to have narrowed down the issue. it appears to be the last table I had listed named 'user_account1': mysql> describe user_account1; +-+--+--+-++---+ | Field | Type | Null | Key | Default| Ext

Re: upgrade 3.23 to 4.12 slowness

2005-08-11 Thread Jeff Lacki
Ok I appear to have narrowed down the issue. it appears to be the last table I had listed named 'user_account1': mysql> describe user_account1; +-+--+--+-++---+ | Field | Type | Null | Key | Default| Extra | +--

Re: upgrade 3.23 to 4.12 slowness

2005-08-11 Thread Jeff Lacki
Im running a 2.8Ghz celeron P4, 1Gbyte RAM on a 160Gb HD (IDE). mysql> show variables; +-++ | Variable_name | Value | +--

Re: upgrade 3.23 to 4.12 slowness

2005-08-11 Thread Gleb Paharenko
Hello. Maybe you had configuration file with different settings. Nevertheless, send the information about your RAM size, the output of SHOW VARIABLES, configuration file, table definitions (use SHOW CREATE TABLE), EXPLAIN output for your query, and list should help you. Jeff Lacki <[EM

upgrade 3.23 to 4.12 slowness

2005-08-11 Thread Jeff Lacki
Hello- I have a user list of about 200 entries My original config was Fedora Core 3, Mysql 3.23 I upgraded today to Fedora Core 4 which comes with MySQL 4.12. AFter updating all the packages etc and setting up the website I run again, I notice that I had slow query's during searches. More in