WordPress搬家
WordPress搬家
主要采坑过程如下:
复制之前的php目录到目标新机器
在新机器上面安装openresty(nginx),
apt install php7.2-fpm php7.2-mysql php7.2-curl php7.2-json php7.2-mbstring php7.2-xml php7.2-intl,安装php服务
apt-get install mysql-server 安装数据库
查看php服务,service php7.2-fpm status
目录下/etc/php/7.2/fpm/pool.d,www.conf中将listen改为9000
mysql轻量数据库迁移:
……