Where is the empire cms database?

下次还敢
Release: 2024-04-17 03:42:56
Original
243 people have browsed it

The Empire CMS database is generally located in the /data/empire directory of the server, including: main database (complete data structure, supplementary data structure, system configuration) module database (conference system, payment system, photo album system, voting system , gallery system) table database (backend administrator information, column information, article information, article temporary table, model information) data management script (optimize database, repair database, search database, view table structure) other database files (database connection file , database configuration information)

Where is the empire cms database?

Empire CMS database location

The Empire CMS database is generally located at/ of the server data/empiredirectory, the details are as follows:

1. Main database

  • empiremaker.sql(complete data structure )
  • empiremaker_add.sql(Supplementary data structure)
  • empiremaker_config.sql(System configuration)

2. Module database

  • emeeting.sql(Conference system)
  • emoney.sql(Payment system)
  • ephoto.sql(Album system)
  • evoted.sql(Voting system)
  • ewebalbum.sql(Gallery system)

3. Sub-table database

  • ##empire_admin.sql(Backend administrator information )
  • empire_arctype.sql(Column information)
  • empire_article.sql(Article information)
  • empire_article_temp. sql(Article temporary table)
  • empire_class.sql(Model information)

4. Data management script

  • db_optimize.sql(Optimize database)
  • db_repair.sql(Repair database)
  • db_search. sql(Search database)
  • db_table.sql(View table structure)

5. Other database files

  • empire.db.php(database connection file)
  • empireconfig.php(database configuration information)

Note:

    The actual database directory location may vary depending on server configuration.
  • When upgrading or modifying the Empire CMS, you need to back up the database to prevent data loss.

The above is the detailed content of Where is the empire cms database?. 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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!