Home  >  Article  >  Backend Development  >  Does PHP integrated environment still need mysql?

Does PHP integrated environment still need mysql?

王林
王林Original
2019-09-27 11:58:573671browse

Does PHP integrated environment still need mysql?

Common PHP integrated environment

1.AppServ

AppServ is a PHP web page website Tool package, the Thai author repackages some free website building resources on the Internet into a single installation program to facilitate beginners to quickly complete the website building. The software included in AppServ is: Apache, Apache Monitor, PHP, mysql, PHP -Nuke, phpMyAdmin. Suitable for beginners AppServ 2.5.10 component version:

Apache 2.2.8
PHP 5.2.6
MySQL 5.0.51b
phpMyAdmin-2.10.3
AppServ 2.6.0 component Version:
Apache 2.2.8
PHP 6.0.0-dev
MySQL 6.0.4-alpha
phpMyAdmin-2.10.3

2.XAMPP

XAMPP is a comprehensive integrated environment with Chinese instructions. XAMPP is not just for Windows, but an easy-to-install Apache distribution for Linux, Windows, Mac OS X and Solaris. The software package includes Apache server, MySQL, SQLite, PHP, Perl, FileZilla FTP Server, Tomcat, and more. The default installation opens all functions, but there are security issues. The following security issues need to be set.

The MySQL administrator (root) has not set a password. MySQL server can be accessed via the network. PhpMyAdmin can be accessed via the web. Samples can be accessed via the web. Users of the Mercury mail server and FileZilla FTP server are public.

3.WampServer

WampServer - WampServe integrates Apache, MySQL, PHP, phpmyadmin, supports Apache's mod_rewrite, PHP extensions and Apache modules only need to be turned on in the menu " /Close" can be done by just clicking on it, saving you the trouble of modifying the configuration file.

4. phpstudy

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

For novices learning PHP, environment configuration under WINDOWS is a very difficult task; for veterans, it is also a cumbersome task. So whether you are a newbie or an experienced user, this package is a good choice.

1. Fully suitable for Win2000/XP/2003 operating system, you can choose to install IIS or Apache.

2. This program package integrates the following software, all of which are the latest versions.

PHP 5.2.5 is a new CGI programming language that is easy to learn, easy to use, fast and cross-platform.

Apache 2.2.8 The most popular HTTP server software, fast, reliable, and open source.

MySQL 5.0.45 has high execution performance, fast running speed, easy to use, and is a great database.

phpMyAdmin 2.11.4 is an open source, WEB-based and compact MySQL management program.

ZendOptimizer 3.3.0 is a free PHP optimization engine that improves performance by more than 30%.

OpenSSL 0.9.8g cryptographic algorithm library, SSL protocol library and applications.

eAccelerator 0.9.5.2 Another acceleration, no less than ZendOptimizer.

3. If you are using it as a server, please modify the configuration file slightly. MySQL database username: root, password root. Please reset the password after installation.

5.APMServ

APMServ 5.2.0 is a graphical interface to quickly build Apache 2.2.3, PHP 5.2.0, MySQL 5.0.27 & 4.0.26 , SQLite, ZendOptimizer, OpenSSL, phpMyAdmin, SQLiteManager, and green software for ASP, CGI, and Perl website server platforms. No installation required and flexible mobility. When copying it to other directories, partitions or other computers, you only need to click the start button in APMServ.exe to automatically make relevant settings and install Apache and MySQL as system services. and start.

APMServ combines the advantages of Apache's stability and security, and has a graphical management interface as convenient as IIS. It also supports MySQL 5.0 & 4.0 versions, virtual hosts, virtual directories, port changes, SMTP, and upload size limits. , automatic global variables, SSL certificate production, cache performance optimization and other settings can be completed with just one click of the mouse.

Notes:

1. The path where the APMServ program is located cannot contain Chinese characters and spaces.

2. MySQL default username: root, password is empty

3. MySQL database file storage directory: MySQL5.0/data or MySQL4.0/data

4 , Website root directory [HTML, PHP] www/htdocs [ASP] www/asp [CGI, Perl] www/cgi-bin

5. Please use 127.0.0.1/ or https:// to access this machine. 127.0.0.1/ (if SSL is enabled)

6. Non-default port, the URL is 127.0.0.1:port/ or https://127.0.0.1:port/

7. APMServ integrates the following software:
Apache 2.2.3 [HTTP server]
NetBox 2.8 Build 4128 [HTTP server + ASP script interpretation engine]
PHP 5.2.0 [PHP script interpretation engine]
MiniPerl 5.8 [Perl script interpreter]
MySQL 5.0.27 [MySQL database server]
MySQL 4.0.26 [MySQL database server]
SQLite 3.3.8 [SQLite Database server]
phpMyAdmin 2.9.1.1 [MySQL database online management tool]
SQLiteManager 1.2.0 [SQLite database online management tool]
ZendOptimizer 3.2.0 [PHP script acceleration engine]
OpenSSL 0.9. 8d [HTTPS (SSL) Secure Transfer Protocol]
Add-on components:
Perl, CGI support (ActivePerl needs to be downloaded):

APMSer 5.2.0 comes with MiniPerl, Can run simple Perl and CGI programs. If you run complex Perl or CGI programs, please download ActivePerl and install it in the usr directory under the root directory of the partition where APMServ is located. If the directory where APMServ is located is E:/APMSer5.2.0, select the installation path of ActivePerl as E:/usr

Recommended tutorial: PHP video tutorial

The above is the detailed content of Does PHP integrated environment still need mysql?. 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