Home > CMS Tutorial > WordPress > body text

How to upload wordpress to server using ftp

爱喝马黛茶的安东尼
Release: 2019-07-18 14:03:12
Original
3277 people have browsed it

How to upload wordpress to server using ftp

You have to buy a server. Of course, if you don’t have a domain name, you also need to buy it. After purchasing the server and domain name, use the FTP upload tool to upload it.

Related recommendations: "WordPress Tutorial"

The method is as follows:
1. Use the FTP upload tool to upload, taking the FlashFXP upload tool as an example, click on the menu bar "FTP"--->"Quick Link" on the computer, the quick link dialog box will pop up.
2. Enter your FTP upload address, FTP upload account and FTP upload password in the "Server or URL" of the dialog box. This account number and password (the server provider will assign them to you when you purchase server space)
3. After logging in, upload WordPress related files to the space through the FTP upload tool.
4. Use the domain name assigned to you by their system to install WordPress. During the installation process, you need to modify the configuration file and modify the wp-config.php file. The required content is as follows:

define('DB_NAME', 'wordpress'); // 数据库名
define('DB_USER', 'root'); // 数据库用户名
define('DB_PASSWORD', '123456'); // 数据库密码
Copy after login

Modify these. That's OK.

The above is the detailed content of How to upload wordpress to server using ftp. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template