Install Phpmyadmin in Ubuntu

Kiran Bhor
1 min readAug 29, 2020

--

It can be installed using the following command on terminal

sudo apt install phpmyadmin

You might have to run the update command before installing

sudo apt-get update

After installing PHP my admin you can access it through browser using

http://localhost/phpmyadmin/

It might return 404 error. You have to create a soft link as follow

sudo ln -s /usr/share/phpmyadmin/ /var/www/html/phpmyadmin

Detailed explanation here https://bit.ly/2DcHD8M

You might have to install mbstring extension for phpmyadmin to work

sudo apt install php-mbstring

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Kiran Bhor
Kiran Bhor

Written by Kiran Bhor

Cofounded Accunity Services (Software Consultancy Firm) and Passionate Coder at Heart. reach me at kiran@accunityservices.com

No responses yet

Write a response