MySQL Forums
Forum List  »  Newbie

Error 1064 on Upgrade from 4.0.x to 4.1.1
Posted by: Jeff Boothe
Date: May 10, 2005 04:54PM

I upgraded from 4.0.x to 4.1.1 and this following sql generates errro 1064 at line 1. Any assistance would be appreciated.

Thanks,
Jeff


UPDATE siteowners, site, customers, music
SET
siteowners.FirstName='Test',
siteowners.LastName='Test105',
siteowners.Company='',
siteowners.Email='nv1@gate.net',
siteowners.Phone1='555-555-5555',
siteowners.UserPassword='123456',
site.HeaderText='sd.hText',
site.displayRepDetails=true,
site.CustomText='Welcome to LoCarb5 too!! ',
site.UIColor1='0xCC6600',
site.UIColor2='0xCC3300',
site.TextColor1='',
site.TextColor2='',
site.LogoFile='',
site.MusicDefault=0,
site.PhotoName='105_1.jjj',
customers.email='nv1@gate.net',
customers.customerPassword = '123456'
WHERE siteowners.FreedomID = site.FreedomID
AND siteowners.FreedomID = customers.FreedomID
AND music.MusicID = site.MusicID
AND UserURL = 'see4th'

Options: ReplyQuote


Subject
Written By
Posted
Error 1064 on Upgrade from 4.0.x to 4.1.1
May 10, 2005 04:54PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.