Home  >  Article  >  Operation and Maintenance  >  The difference between phpstudy and xampp

The difference between phpstudy and xampp

(*-*)浩
(*-*)浩Original
2019-10-30 11:37:1013979browse

phpStudy is a program integration package for PHP debugging environment. This package integrates the latest Apache PHP MySQL phpMyAdmin ZendOptimizer. It can be installed once and can be used without configuration. It is a very convenient and easy-to-use PHP debugging environment. The program not only includes a PHP debugging environment, but also development tools, development manuals, etc.

The difference between phpstudy and xampp

XAMPP (Apache MySQL PHP PERL) is a powerful website building integration software package. The original name of this software package was LAMPP, but in order to avoid misunderstanding, the latest versions were renamed XAMPP.

It can be installed and used under various operating systems such as Windows, Linux, Solaris, Mac OS X, etc., and supports multiple languages: English, Simplified Chinese, Traditional Chinese, Korean, Russian, Japanese, etc.

Many people realize through their own experience that installing an Apache server is not an easy task. If you want to add MySQL, PHP, and Perl, it's even harder. XAMPP is an easy-to-install Apache distribution that includes MySQL, PHP, and Perl. XAMPP is really easy to install and use: just download, unzip, and launch.

Installation and startup

Log in as the system administrator user, and unzip the downloaded package on the server to any directory (cannot be placed in the Chinese name directory), such as Place it in the root directory of drive c,

Double-click setup_xampp.bat in the running directory to initialize xampp. Then run xampp-control.exe to start or stop various modules such as apache and mysql and register them as services.

System Security

XAMPP is very insecure after default installation. Ordinary users can access its Web management page and modify the database without any password. We only need to click the "Security" option on the left menu and follow the wizard to complete the security settings.

By default, phpmyadmin has two user names, namely pma and root. Among them, root is the administrator identity, and pma is the ordinary user identity, but both have no password by default.

The above is the detailed content of The difference between phpstudy and xampp. 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