Figure-LAMP
LAMPInstallPhpmyadmin-MysqlDatabase Management
Use the interface Manager:
System-> System Management-> New Software Package Manager-> Search phpmyadmin-> right-click to mark installation.
Or run the following command: sudo apt-get install phpmyadmin to start installation.
Phpmyadmin settings:
During the installation process, You must select Web server: apache2 or lighttpd, select apache2, press the tab key, and click OK. Then, you are required to enter the Mysql database Password of the database's administrative user.
Then, establish a connection between phpmyadmin and apache2. Take my example: the www directory is in the/var/www directory, and the phpmyadmin directory is in the/usr/share/phpmyadmin directory. Therefore, run the following command: connect sudo ln-s/usr/share/phpmyadmin/var/www.
Phpmyadmin test: Open http: // localhost/phpmyadmin in the address bar of the browser
As described in this article, it is not difficult to find that installing phpmyadmin-Mysql database management in LAMP is very simple!
- Set the read and write permissions for Ubuntu lamp files
- How to install the LAMP component in Ubuntu
- LAMP platform environment construction manual
- Help you build your own lamp Platform
- Summary of lamp Platform Construction
- Install LAMP with one Ubuntu command