Thread: Error 1064??
View Single Post
  #2  
Old 05-25-2007, 06:25 AM
minty minty is offline
OSP Starters
 
Join Date: Sep 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
minty is on a distinguished road
Default Re: Error 1064??

If your MySQL Server version is prior to 4.1, subqueries are not supported. Upgrade to MySQL Server version 4.1 or higher, or else try to rewrite your queries to avoid the use of subqueries. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
  Webmaster Forums - View Single Post - Error 1064??
Thread: Error 1064??
View Single Post
  #2  
Old 05-25-2007, 06:25 AM
minty minty is offline
OSP Starters
 
Join Date: Sep 2006
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
minty is on a distinguished road
Default Re: Error 1064??

If your MySQL Server version is prior to 4.1, subqueries are not supported. Upgrade to MySQL Server version 4.1 or higher, or else try to rewrite your queries to avoid the use of subqueries. -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote