Jump to content

MySQL REPLACE -> Token mismatch


mark007

Recommended Posts

Posted

Hi,

I would like to replace a string directly in the database. So I am using this code in phpmyadmin:

Quote

UPDATE `ipb_forums_posts` SET `post`=REPLACE(`post`,'test1','test2') 
WHERE  (`post` LIKE  '%test1%')

In the past, this code was absolutely no problem. Now, I'll always get an error message -> token mismatch

Does somebody know what the problem is?

Many thanks in advance!!

Best wishes

Mark

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...