MySQL 中 http一键更改为https

UPDATE table SET column = replace(column, 'http://域名','https://域名');
posted @ 2023-10-27 11:56  启航黑珍珠号  阅读(99)  评论(0)    收藏  举报