Table of Contents
What is phpcms
phpCMS V9 environment construction (windows)
Start the installation" >Start the installation
Home CMS Tutorial PHPCMS What database does phpcms use?

What database does phpcms use?

Feb 21, 2023 pm 06:57 PM
cms cms system phpcms

phpcms uses mysql database. phpcms is a PHP open source website management system, developed using PHP MYSQL as the technical basis. PHPCMS V9 adopts OOP method to build the basic operating framework. The supported PHP version is PHP5 and above, and the supported MYSQL version is MySql 4.1 and above.

What database does phpcms use?

The operating environment of this tutorial: windows7 system, phpcms v9 version, DELL G3 computer

What is phpcms


Phpcms is the leading website content management system in China and an open source PHP development framework.

Phpcms adopts modular development and supports multiple classification methods. It can be used to facilitate the design, development and maintenance of personalized websites. It supports many program combinations, can easily realize website platform migration, and can widely meet the needs of websites of various sizes. It has high reliability. It is a software with articles, downloads, pictures, classified information, movies, shopping malls, collection, finance, etc. Excellent website management software that is powerful, easy to use, and scalable with many functions.

PHPCMS V9 (referred to as V9) is developed using PHP5 MYSQL as the technical basis. V9 uses OOP (object-oriented) method to build the basic operating framework. Modular development method is used as a functional development method. The framework is easy to expand functions, maintain code, and has excellent secondary development capabilities, which can meet the application needs of all websites.

phpcms operating environment:

PHPCMS V9 runs based on PHP MYSQL environment

Operating system linux or windows
Web Server Apache, IIS, Nginx or other Web Server
PHP version PHP 5 or above version
MYSQL version MySql 4.1 or above version

Related extensions Function

##GZipOptionalMysql full-text indexOptional

phpCMS V9 environment construction (windows)


Note: You need to build a PHP environment. It is recommended to use phpstudy under windows. Integrated configuration system, the download link is given below, and you can install it in the next step without thinking. I will not describe it in detail here.

Download phpCMS

After the download is complete, you will get a compressed package like the following:

What database does phpcms use?
Unzip it and put it in the folder where you want to place it.
What database does phpcms use?

Preparation

After decompression, two folders will appear:

  • instal_package

  • ##readme

put

install_package The folder is copied directly to the WWW directory in your PHP environment (your local PHP environment). If you are not building it with phpstudy, you need to copy it to another directory.

Then modify the

install_package folder name to phpcms. Of course, you can modify a name at will according to your own business situation for convenient access.

What database does phpcms use?

Start the installation

First open phpstudy and open the PHP environment (to ensure normal access to the web page).

Note: The URL depends on your own "

situation", I believe everyone can understand it.

Then open the browser and enter the URL:

http://localhost/phpcms/install/install.php Open the installation process page, as shown below:

What database does phpcms use?

Then we continue, click

Start installation, install the license agreement, and then jump to Running environment detection, as shown in the figure below:

What database does phpcms use?

Please check carefully whether

Function Impact is all marked as √.

Then click Next and enter

Select module Select the new installation PHPCMS V9 (including PHPSSO) item. Optional modules can be temporarily unselected, and can be added later in the background management. If selected now, it will affect the installation speed, as shown in the figure below:

What database does phpcms use?

Then click Next. Enter

File permission settings. The permissions of all related files must be writable because they need to be modified, as shown in the following figure:

What database does phpcms use?

Then click next Step one, enter

Account Settings, the red box in the picture below needs you to fill in, as shown in the picture below:

Default database information: Account: root - Password: root, The administrator account needs to be customized.

What database does phpcms use?

Then click Next and enter

Installation Wait, just wait patiently.

If the installation is successful, the feedback page as shown below will appear:

What database does phpcms use?

Verify installation

Next, check whether your phpCMS is working properly.

First, enter in the browser's URL bar:

http://localhost/phpcms/index.php (according to your installation path) and check the default website after successful installation. The homepage is as follows. If it appears, it means success:

What database does phpcms use?

Next, try to log in to the backend management system, enter: http://localhost/phpcms/admin in the browser address bar. php (according to your installation path), it is successful when the page as shown below appears:

What database does phpcms use?

Enter the account password you just configured (super administrator), log in to manage the page, As shown in the picture below:

What database does phpcms use?

#At this point, you have completed the installation of phpCMS, congratulations!

PHP Chinese website, a large number of free

PHPCMS tutorials, welcome to learn online!

Project Status
MYSQL Extension must be enabled
JSON extension must be turned on
ICONV must be turned on
GD Library must be turned on
FREETYPE must be turned on
URL Rewrite Optional

The above is the detailed content of What database does phpcms use?. For more information, please follow other related articles on the PHP Chinese website!

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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PHP framework and CMS integration: unlimited possibilities for technology integration PHP framework and CMS integration: unlimited possibilities for technology integration Jun 01, 2024 pm 05:16 PM

The benefits brought by the integration of PHP framework and CMS are: 1. Improve development efficiency; 2. Enhance security; 3. Simplify content management; 4. Flexibility. In a practical case, the Laravel framework was integrated with WordPressCMS to create a blog website with customized functions. The integration steps include creating a Laravel application, installing WordPress, configuring WordPress, creating a controller, defining routing, obtaining WordPress data, and in the Laravel view Display Data.

What framework is phpcms? What framework is phpcms? Apr 20, 2024 pm 10:51 PM

PHP CMS is a PHP-based open source content management system for managing website content. Its features include ease of use, powerful functionality, scalability, high security, and free open source. It can save time, improve website quality, enhance collaboration and reduce development costs, and is widely used in various websites such as news websites, blogs, corporate websites, e-commerce websites and community forums.

WeChat Login Integration Guide: PHPCMS Practical Combat WeChat Login Integration Guide: PHPCMS Practical Combat Mar 29, 2024 am 09:18 AM

Title: WeChat Login Integration Guide: PHPCMS in Action In today’s Internet era, social login has become one of the essential functions of a website. As one of the most popular social platforms in China, WeChat’s login function is also used by more and more websites. This article will introduce how to integrate the WeChat login function in the PHPCMS website and provide specific code examples. Step 1: Register a WeChat Open Platform Account First, we need to register a developer account on the WeChat Open Platform and apply for the corresponding development permissions. Log in [WeChat open platform]

Practical tips for integrating PHPcms with other systems Practical tips for integrating PHPcms with other systems Mar 15, 2024 am 08:18 AM

Practical tips for integrating PHPcms with other systems With the continuous development of Internet technology, the field of website development has become more diverse and complex. In actual projects, we often face situations where different systems need to be integrated, which requires us to have certain skills and experience to solve these problems. This article will introduce some practical tips and specific code examples for the integration of the PHPcms system with other systems to help developers better cope with challenges. 1. Basic Principles of Integration When performing system integration, it is first necessary to

What does phpcms mean? What does phpcms mean? Apr 20, 2024 pm 10:39 PM

PHPCMS is a free and open source content management system (CMS) that features: open source, modularity, flexibility, user-friendliness and community support. It can be used to create various types of websites, including corporate websites, e-commerce websites, blogs, and community forums. Technical requirements include: PHP 5.6 or higher, MySQL, MariaDB or PostgreSQL database, and Apache or Nginx web server.

PHPCMS username security setting strategy revealed PHPCMS username security setting strategy revealed Mar 14, 2024 pm 12:06 PM

PHPCMS user name security setting strategy revealed In website development, user account security has always been an aspect that developers attach great importance to. The security settings of the username are also crucial, because the username is not only the user's login credentials, but may also expose the user's personal information and even cause security risks. This article will reveal the username security setting strategy in PHPCMS and give specific code examples for developers to refer to. 1. Prevent common usernames. In order to improve the security of usernames, developers should prevent users from using excessive

PHP framework and CMS: the hidden mechanism behind the integration PHP framework and CMS: the hidden mechanism behind the integration May 31, 2024 pm 08:05 PM

The mechanisms for integrating the PHP framework with the CMS include: hooks and events, which allow the CMS to hook into the framework's life cycle events. Bridges and adapters provide standardized methods for calling CMS functions. Self-contained code that enables the CMS to run independently of the framework. Practical example: It is possible to integrate a WordPress blog into the Laravel framework by creating custom routes, controllers and importing database dumps.

PHPcms column cache storage path revealed PHPcms column cache storage path revealed Mar 14, 2024 pm 03:18 PM

PHPcms is a powerful content management system that is widely used in website development. Column caching is an important function in PHPcms, which can improve website access speed and reduce server pressure. This article will reveal the storage path of the PHPcms column cache and provide specific code examples. 1. What is column caching? Column caching refers to generating static files from the column content in the website and storing them in the specified path. When the user accesses the column, the static file is directly read instead of dynamically generating the page every time. this

See all articles