WordPress - moving from one host to another

前端 未结 6 1520
走了就别回头了
走了就别回头了 2020-12-11 14:11

I am trying to move a WordPress installation from one server to another one, including all of the SQL data, and the file-system data (photos,template files).

I just

6条回答
  •  失恋的感觉
    2020-12-11 14:42

    There is indeed a REPLACE() function in MySQL, but I would recommend doing what hsatterwhite suggests and editing the whole MySQL dump as a flat file before re-importing, not least because the REPLACE() function is case sensitive.

提交回复
热议问题