

Now enter the following url in your browser Open the apache configuration file in your favourite text editor Īnd add the following line at the bottom of the file (you can add it anywhere in the file, I just choose the bottom here so that you can easily access it for modification): When asked for MySQL username and password enter “ root ” for username and YOUR_MYSQL_PASSWORD for password.Īfter installation is complete, configure phpMyAdmin to be recognised by the local web server. When prompted, select “Apache2” from the “Configuring phpMyAdmin” dialogue box. Using the Ubuntu package manager apt (you can use other package managers for the respective Linux distributions), open th the terminal. Next, open your browser and visit the location where you installed phpMyAdmin, with the /setup suffix. But before we begin ensure that you have Apache, MySQL and PHP install on your system. Instead of manually editing, you can use phpMyAdmin’s setup feature.The file can be generated using the setup and you can download it for upload to the server. In this post, we’d be installing it on a Linux operating system. phpMyAdmin is cross-platform and one of the most popular MySQL administration tool. And also perform exporting and importation of data in popular file formats (CSV, SQL, XML, PDF, Word, Excel, LaTeX and many others). Once done, you can use the following command to install PHPMyAdmin in Ubuntu: sudo apt install phpmyadmin. To enable the universe repository, you can use the following command: sudo add-apt-repository universe. So ensure to enable the universe repository. During this installation you’ll be asked for the web server selection, we will. The PHPMyAdmin package is available in the universe repository. apt install phpmyadmin php-mbstring php-gettext. Step 2: Install PhpMyAdmin and PHP extensions for managing non-ASCII string and necessary tools.
#Ubuntu install phpmyadmin update
phpMyAdmin supports a wide range of operations on MySQL and MariaDB.įrequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. Step 1: Update the apt package tool to ensure we are working with the latest and greatest.
#Ubuntu install phpmyadmin software
PhpMyAdmin is a free and open source GUI software tool written in PHP, intended to handle the administration of MySQL over the Web. But it is more convenient and less tedious to use a graphical user interface (phpmyadmin) – most especially for those who are not comfortable with entering commands on a terminal. The MySQL database server can be administered using the command line, by running commands in the terminal. If you do not have LAMP installed, you can follow our guide here.
