Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
画像をopencartにインポートし終えたところです。OpenCartは、圧縮に静的レートを使用しているため、PNGグラフィックを適切に処理しないことに気付きました。これは、JPGでかなりうまく機能しますが、PNGをロスレスで圧縮することになります。
png画像をJpegに変換しましたが、MySqlを使用して画像名を置き換えることができるかどうか疑問に思っています。
URLの画像リンクを置き換える方法はありますか?
update TABLE_NAME set FIELD_NAME = replace(FIELD_NAME, ‘find this string’, ‘replace found string with this string’);