mysql заменить строку в таблице
UPDATE products
SET
productDescription = REPLACE(productDescription,
'abuot',
'about');
Sal-versij
UPDATE products
SET
productDescription = REPLACE(productDescription,
'abuot',
'about');