Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Detailed operation of forum migration of production environment website

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

First look for the previously installed Discuz installation directory on the server

Copy it to the Web installation directory and rename it

Cd / usr/local/src/

Cp-r upload / home/WebSer/

Mv upload bbs.lh3.com

Set user group permissions for the Discuz forum installation directory

Chmod-R 755 bbs.lh3.com/

Chown-R www.www bbs.lh3.com/

Directly copy a previous forum configuration file and modify the domain name

Cp bbs_lh.conf bbs_lh3.conf

Vim bbs_lh3.conf

Server {

Listen 80

Server_name server ip

Access_log / home/lnmp/nginx/logs/lh.log combined

Root / home/WebSer/bbs.lh3.com

Index forum.php index.html index.htm index.php

Create an old database name of the previous forum named bbs_lh_old

Then export the previous database and import it into bbs_lh_old

Change the database configuration file and switch to this library to ensure that the online forum business will not be affected.

MySQL [bbs_lh_old] > create database bbs_lh_old

Continue to use the previous forum database username and password to set bbs_lh_old permissions

MySQL [bbs_lh_old] > grant all on bbs_lh_old.* to oldusername@localhost identified by 'oldpassword'

Export the database of the previous forum

Mysqldump-uroot-p bbs_lh > bbs.lh.sql

Import it into bbs_lh_old

Mysql-uroot-p bbs_lh_old < bbs.lh.sql

Change the database configuration file and switch to the bbs_lh_old library to ensure that the online forum business will not be affected

Cd / home/WebSer/bbs.lh.com/

Vim uc_server/data/config.inc.php

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report