
Since the installation path of phpMyAdmin is/usr/share/phpmyadmin/by default, then we move phpmyadmin to the/var/www/directory: Then you need to enter the MySQL password until the installation is complete. Through phpMyAdmin, we can easily manage our MySQL databaseĭuring the installation process, the following choices will appear, asking if you want to configure phpmyadmin, we choose "YES" Then visit again (preferably restart Apache first), then we can see the modules we added Sudo apt-get install php5-mysql php5-curl php5-gd php5-idn php-pear php5-imagick php5-imap php5-mcrypt php5-memcache php5-ming php5-ps php5-pspell php5-recode php5-snmp php5-sqlite php5-tidy php5-xmlrpc php5-xsl
INSTALL PHPMYADMIN UBUNTU 12.04 SERVER SOFTWARE
Installed php-mysql software package and some other commonly used modules Then enter Apache's enter in the browser, you can see the php informationīut at this time, the database cannot be connected, and the corresponding module is not installed, so let's look at step 5ĥ.

Restart the Apache server after the installation is complete Sudo apt-get install php5 libapache2-mod-php5 If "It works!" appears, the installation is successful.Ĥ. Test it after installation, enter the browser

The following picture shows the prompt to enter the database password, then press Enter, and then there is a prompt, repeat the input again, and then press Enterįinally, after the installation is complete, enter the database to test whether the installation is successful, and it is ok to see the welcome message Sudo apt-get install mysql-server mysql-client First open the command line, switch to root identity, and get the latest software package
