Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Install phpMyAdmin from Ubuntu Packages

redhat

Administrator
Staff member
Administrator
Joined
Jun 19, 2019
Messages
3,306
Reaction score
15,927
Points
134
Location
root[@]woi
Install phpMyAdmin from Ubuntu Packages


The default Ubuntu repositories stay up-to-date with the latest stable releases of phpMyAdmin, and this is the recommended installation process for a production environment.

Step 1: Update Package Index

First, we need to make sure our local server is pulling the latest updates.

Bash:
sudo apt-get update



Step 2: Install phpMyAdmin Package

Now we can install the latest version of phpMyAdmin.

Bash:
sudo apt-get install -y phpmyadmin



Step 3: Configure phpMyAdmin Package

After installing phpMyAdmin, you will be presented with the package configuration screen.


Press the SPACE bar to place an “*” beside “apache2.”


Press TAB to highlight “OK,” then hit ENTER.

phpMyAdmin Package Configuration Select Apache2

Select “apache2” and hit OK.

The installation process will continue until you’re back at another package configuration screen.


Select “Yes” and then hit ENTER at the dbconfig-common screen:

phpMyAdmin Package Configuration dbconfig-common Select Yes

Select “Yes” and hit ENTER.

You will be prompted for your database administrator’s password.


Type it in, hit TAB to highlight “OK,” and then press ENTER.


phpMyAdmin Package Configuration Enter DB Admin Password

Enter your DB administrator’s password.


Next, enter a password for the phpMyAdmin application itself.

phpMyAdmin Package Configuration Enter phpMyAdmin Password

Enter the password you’d like to use to access the phpMyAdmin interface.


Confirm the phpMyAdmin application password.

phpMyAdmin Package Configuration Confirm phpMyAdmin Password

Confirm your phpMyAdmin password.

After the installation process completes, it adds the phpMyAdmin configuration file here:

/etc/apache2/conf-enabled/phpmyadmin.conf
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top