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 ''&#355)' @ line 1

any appreciated. !


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -