MySQL Error 1064: You have an error in your SQL syntax -
as 1st post hope in correct part.
i have been searching , found similar topics none have solution problem.
the problem appeared when database moved new server , characters corrupted during process.
the thing replacing characters can corrected.
i trying run query on phpbb 3.2 database:
update `bb3_posts` set `post_text` = replace(`post_text`, 'ţ', 't') `post_text` '%ţ%';
but, error:
1064 - have error in sql syntax; check manual corresponds mysql server version right syntax use near ''ţ)' @ line 1
any appreciated. !
Comments
Post a Comment