Problems installing broken phpMyAdmin - dbconfig-*

Asked

Viewed 156 times

-1

I have a problem trying to install phpMyAdmin on my Ubuntu Server 16.04. I installed Mysql normally, but when I install PMA, the following error occurs in the dependent packages dbconfig-common, dbconfig-mysql and dbconfig-no-tanks:

inserir a descrição da imagem aqui

I have already scoured the internet for a solution, I have tried to install these packages manually, I have already put all the related packages and nothing has worked. Has anyone ever had a similar problem? Could you help me?

Version of Ubuntu: 16.04

Thanks in advance

1 answer

0

Dude I understand you’re missing the "dbconfig" setting tries to execute

$ sudo mysql_secure_installation

If it doesn’t work, try another approach like reinstalling db-config and reconfiguring Phpmyadmin

$sudo apt purge dbconfig-common

$sudo apt install --reinstall dbconfig-mysql

$sudo dpkg-reconfigure phpmyadmin

  • Very good, Danilo. It worked. I managed to run the PMA, but there on the server, still gives this error every time I run dpkg or apt or apt-get. I mean, I can’t install anything else because it’s "stuck"

Browser other questions tagged

You are not signed in. Login or sign up in order to post.