Re: moving to other web server

2006-10-11 Thread Ow Mun Heng
On Wed, 2006-10-11 at 13:12 -0500, Peter Brawley wrote: > >Still don't get it > Did you read the section of that manual page headed "Join processing > changes in MySQL 5.0.12"? It explains why and how to rewrite all such > queries using explicit JOIN ... ON | USING syntax. > This works in 4.x but

Re: moving to other web server

2006-10-11 Thread Peter Brawley
>Still don't get it Did you read the section of that manual page headed "Join processing changes in MySQL 5.0.12"? It explains why and how to rewrite all such queries using explicit JOIN ... ON | USING syntax. PB - [EMAIL PROTECTED] wrote: Still don't get it :( Hi, Take

Re: moving to other web server

2006-10-11 Thread afan
Still don't get it :( > Hi, > > Take a look at the answer written by Peter Brawley to Jason Chan at Oct > 10, 2006, ~04:34 PM. Answer included below: > >> Jason >> >> following statement works in 4 but not 5 >> >> SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as >> cat_state, c

Re: moving to other web server

2006-10-11 Thread Anders Lundgren
Hi, Take a look at the answer written by Peter Brawley to Jason Chan at Oct 10, 2006, ~04:34 PM. Answer included below: Jason following statement works in 4 but not 5 SELECT f.*, c.id as cat_id, c.position as cat_position, c.state as cat_state, c.name as cat_name, c.description as cat_desc,

moving to other web server

2006-10-11 Thread afan
hi, currently using mysql 4.0.18. want to move to 5.0 (latest stable version for commercil use). is there anytihng I have to be considered DB will not work? thanks. -afan -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[