Home > CMS Tutorial > WordPress > What should I do if two WordPresss are installed in one database at the same time?

What should I do if two WordPresss are installed in one database at the same time?

angryTom
Release: 2019-11-16 13:18:32
Original
3086 people have browsed it

What should I do if two WordPresss are installed in one database at the same time?

What should I do if two WordPresss are installed in one database at the same time?

When we install WordPress, the database header defaults to WP_;

If you continue to build a second WordPress website, the database header must no longer be WP_. We can change the table prefix during installation and boot.

What should I do if two WordPresss are installed in one database at the same time?

Or find wp-config.php and modify the parameters behind $table_prefix. Then the normal installation is OK.

Recommended tutorial:WordPress Tutorial

The above is the detailed content of What should I do if two WordPresss are installed in one database at the same time?. 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