In the previous article we have learned to build the lamp environment, and has successfully built a lamp environment, then build a lamp platform how do we deploy Dynamic Web site? Today we'll take the phpMyAdmin and discuz systems as examples to explain how to build dynamic Web sites on the lamp platform.
Deploying phpMyAdmin Systems
phpMyAdmin is a Web applica
I am a newbie about phpmyadmin installation. now I want to configure the local apache + php + phpmyadmin + mysql environment.
First, I can confirm that mysql is correctly installed.
After you check the installation information of php + apache, set the port to 8088. after editing/apache24/htdocs/index.html, you can go to http: // localhost: the actual php version
phpMyAdmin is now the majority of PHP MySQL developers use a Web database management tool, phpMyAdmin installation configuration method is very simple, let me introduce you to the phpMyAdmin installation configuration method diagram, there is a need to know the friend can refer to.
Analysis
Locate the/libraries/config.default.php file (the old version is the con
storage location of flymorn is D: \ www \ phpmyadmin.
2. find the/libraries/config. default. php file in the phpmyadmin folder (the old version is the config. inc. php file under the root directory) and open it with a tablet that supports UTF-8 encoding for editing.
3. search for $ cfg ['pmaabsoluteuri ']
Modify the phpMyAdmin URL that you will upload to the spa
download page, select "All-languages.zip" version to download to the local, unzip To place the extracted files in the phpMyAdmin folder (customizable folder name) under the system-specified virtual root directory, such as Flymorn's local storage location is D:\www\phpmyadmin.
2. Locate the/libraries/config.default.php file in the phpMyAdmin folder (the old versi
cookie auth! *//** Servers configuration*/$ I = 0;/** First server*/$ I ++;/* Authentication type and info */$ Cfg ['servers'] [$ I] ['auth _ type'] = 'config ';$ Cfg ['servers'] [$ I] ['user'] = 'username'; // mysql username$ Cfg ['servers'] [$ I] ['password'] = 'password'; // mysql password$ Cfg ['servers'] [$ I] ['extension'] = 'mysqli'; // extended configuration. If an error such as mysqli is not
It is very suitable for database managers who are unfamiliar with database operation commands. Next I will explain how to install the tool:
1. First download phpMyAdmin from the InternetAnd decompress it to the accessible web directory (if it is a virtual space, you can decompress it and upload it to the web directory through FTP). Of course, you can modify the name of the file after decompression.
2. Configure the config file Open the config. D
) under the system-specified virtual root directory, such as Flymorn's local storage location is D:\www\phpmyadmin.
2. Locate the/libraries/config.default.php file in the phpMyAdmin folder (the old version is the config.inc.php file under the root directory) and open it for editing with a support UTF-8 encoded WordPad.
3. Find $cfg [' Pmaabsoluteuri ']
Modify the URL of the
Lamp is a very good combination of web industry, known as the gold combination, next we configure lamp in RPM and install phpMyAdmin and wordpress,phpmyadmin is a page way of MySQL management software, WordPress is a blogging system. (Note: In the RPM mode of lamp, PHP is working with Apache modules.) )1. Install lamp software:[[Email protected] ~] #yum install-y httpd mysql mysql-server php php-mysql2. Con
Label:The phpMyAdmin configuration file config.inc.php content as follows, adding relevant comments where it needs to be set. Ideal for database administrators who are unfamiliar with database operations commands, here's how to install the tool:1. First to download onlinephpMyAdmin, and then extracted to the Web directory can be accessed (if it is virtual space, can be extracted via FTP and so upload to the web directory), of course, you can modify th
PhpMyAdmin installation Configuration
PhpMyAdmin is a MySQL graphical management tool. It is a MySQL client software developed in B/S mode using PHP.
First, let me explain my directory structure:
My MySQL, PHP, and Apache are all under drive D (PHP is under the MyWeb directory and Apache is under the Server Directory)
For example, all the written code files are in the php web directory under the Server.
phpMyAdmin Introduction
phpMyAdmin is written in PHP and can control and manipulate MySQL via the internet. The database can be completely manipulated by phpMyAdmin, such as building, copying/deleting data, and so on.
Installation article
The first step: Download phpMyAdmin
To the Sky Software station download
and start php-fpm
service php-fpm restart
II. install and configure phpmyadmin
1. download and decompress the package to phpmyadmin.Official Download Page: http://www.phpmyadmin.net/home_page/downloads.php(Chinese users should select to download all-versions)
After the download is complete, decompress:
unzip phpMyAdmin-4.1.12-all-languages.zip
Move to the corresponding directory location and change it
and start php-fpm
service php-fpm restart
II. install and configure phpmyadmin
1. download and decompress the package to phpmyadmin.Official Download Page: http://www.phpmyadmin.net/home_page/downloads.php(Chinese users should select to download all-versions)
After the download is complete, decompress:
unzip phpMyAdmin-4.1.12-all-languages.zip
Move to the corresponding directory location and change it
I am a novice, now want to configure the local Apache+php+phpmyadmin+mysql environment, currently encountering problems.
First I can make sure that MySQL is installed correctly.
Php+apache installation Check data, set the port is 8088, after editing the/apache24/htdocs/index.html, can be in the http://localhost:8088 of the actual PHP version information. I feel like I should be faking it myself.
The probl
Modify the port and menu Localhost on WampServer ,. Modify the port and menu Localhost on WampServer. 1. modify Apache port 1. select Apache on the interface. the hidden menu option is displayed. open the configuration file httpd. conf; 2. find Listen80; WampServer to modify the port and Localhost,
1. modify the Apache Port
1. select Apache on the page, and the
the new version; so flymorn also listed the configuration steps of phpMyAdmin2.11.5.1 below. for the convenience of switching and debugging PHP, I used windows and local debugging.
1. first download the phpMyAdmin installation package:
To foreign official website http://www.phpmyadmin.net, click the navigation bar on the downloads page, select “all-languages.zip version to download to local, decompress the file to the system specified virtual root di
/phpmyadmin ... $cfg [' Servers '] [$i] [' host '] = ' localhost ';//fill in the IP address of the server where localhost or MySQL resides, if MySQL and phpMyAdmin are on the same server, Then press the default localhost ... $cfg [' Servers '] [$i] [' port '] = ';//mysql
/config.default.php file (the old version is the root of the config.inc.php file), with the support of UTF-8 encoded WordPad open for editing.
3. Find $cfg [' Pmaabsoluteuri ']
Modify the URL for the phpmyadmin you will upload to the space
such as: $cfg [' pmaabsoluteuri '] = ' http://www.piaoyi.org/phpmyadmin/';
Here because I am debugging locally, I change to $cfg[' pmaabsoluteuri ' = ' http://
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.