Home  >  Article  >  CMS Tutorial  >  What to fill in for WordPress database host

What to fill in for WordPress database host

藏色散人
藏色散人Original
2019-07-15 09:20:067471browse

What to fill in for WordPress database host

WordPress is a blogging platform developed using PHP language. Users can set up their own website on a server that supports PHP and MySQL databases. You can also use WordPress as a content management system (CMS).

What to fill in for wordpress database host

Answer: Fill in localhost or the domain name of your website.

Note:

Modify the wp-config.php file

define("FS_METHOD", "direct");

define("FS_CHMOD_DIR", 0777);

define("FS_CHMOD_FILE", 0777);

Add the above three lines at the end of the wp-config.php file.

In this way, we have no problem downloading plug-ins and installing themes in the WordPress backend.

For more WordPress technical articles, please visit the WordPress Tutorial column!

The above is the detailed content of What to fill in for WordPress database host. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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