MySQL Find and Replace for Tablepress Plugin for WordPress -


i'm using tablepress plugin wordpress. i'm trying find/replace of 'http://' replace 'https://'.

i've used search , replace plugin, not touch tablepress content.

i know can write sql command search find/replace in phpmyadmin, not sql expert not sure how structure command.

can help?

thanks in advance!!

update your_table set your_column = replace(your_column, 'http://', 'https://')


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -