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

An operation example of online mall migration

2025-03-26 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

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

Online mall migrates and modifies database password and IP

Let's take one of the malls as an example, and all the other malls have the same operation.

Cd / home/webserver/

Tar zxvf nkwshop.tar.gz

Rm-rf nkwshop.tar.gz

Change IP to new ip

Change mysql password to new password

Vim nkwshop/webapps/onlineshop/WEB-INF/classes/config.properties

Jdbc.url=jdbc:mysql://new IP:3306/nkwshop

Jdbc.password=new password

Cd nkwshop/logs

Rm-rf $tomcat/logs/*

[root@localhost webserver] # ll nkwshop/webapps/

Drwxr-xr-x 16 root root 4096 Apr 5 03:51 onlineshop

Drwxr-xr-x 16 root root 4096 Apr 5 03:51 onlineshopbak

[root@localhost webserver] # rm-f nkwshop/webapps/onlineshopbak

After completing the above three steps, return to the parent directory, pack it, and put it in the tar.gz directory

Tar cvf nkwshop.tar.gz nkwshop

Mv nkwshop.tar.gz tar.gz/

Log in to the database and create a mall database nkwshop

Mysql-uroot-pnew password

Mysql > create database nkwshop

Mysql > show databases

Mysql-uroot-pnew password nkwshop < nkwshop.sql

Mv nkwshop.sql tar.gz

Start the Tomcat service

Nkwshop/bin/startup.sh

Then go to the mall table to find the IP port of the corresponding mall name.

Enter IP (new IP) in the browser: the corresponding mall IP port

If you use IP: Port, it is normal to access several pages in the browser.

Go to the mall form to find the corresponding domain name, and send it to the CDN engineer for domain name resolution.

After the CDN engineer has changed the domain name resolution, he will use the domain name to go to the browser to access the test.

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