#1 Le 15/09/2015, à 14:59
- dd
[résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
Bonjour,
Suite à une reinstall de mon PC j'ai un message d'erreur lorsque je veux afficher les tables d'une base dans PHPMyadmin :
commande :
SELECT `prefs` FROM `phpmyadmin`.`pma_table_uiprefs` WHERE `username` = 'root' AND `db_name` = 'nef' AND `table_name` = 'photos'
message :
#1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
J'ai commencé à cherché sur les forums, j'ai testé 1 ou 2 choses mais visiblement je suis plutôt mal comprenante dans le debug PHP.
merci
dd
Dernière modification par dd (Le 16/09/2015, à 15:59)
OS: Ubuntu 20.04 focal / Kernel: x86_64 Linux 5.8.0-63-generic
Shell: bash 5.0.17 / DE: GNOME 3.36.5
CPU: Intel Core i3 540 @ 4x 3.067GHz
GPU: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
Hors ligne
#2 Le 15/09/2015, à 15:23
- bruno
Re : [résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
sudo dpkg-reconfigure phpmyadmin
et répondre aux questions.
#3 Le 15/09/2015, à 15:39
- dd
Re : [résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
Arghh
J'ai essayé, j'ai redémarré Apache mais à la fin j'ai : " │ Une erreur s'est produite lors de la création de la base de données. "
Voivi le log :
dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf
Replacing config file /etc/phpmyadmin/config-db.php with new version
granting access to database phpmyadmin for root@localhost: success.
verifying access for root@localhost: failed.
error encountered creating user:
dbconfig-common: phpmyadmin configure: trying again.
dbconfig-common: writing config to /etc/dbconfig-common/phpmyadmin.conf
Replacing config file /etc/phpmyadmin/config-db.php with new version
dbconfig-common: flushing administrative password
apache2_invoke phpmyadmin: already enabled
* Reloading web server apache2 *
* Reloading web server apache2 *
Apparemment un problème de droits ? Je ne peux plus me logger à PHPMyadmin du coup.
merci
dd
OS: Ubuntu 20.04 focal / Kernel: x86_64 Linux 5.8.0-63-generic
Shell: bash 5.0.17 / DE: GNOME 3.36.5
CPU: Intel Core i3 540 @ 4x 3.067GHz
GPU: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
Hors ligne
#4 Le 15/09/2015, à 16:51
- bruno
Re : [résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
verifying access for root@localhost: failed.
As-tu bien indiqué le mot de passe de l'utilisateur root de mysql (pas celui du système…) ?
Sinon tu recommences…
#5 Le 16/09/2015, à 16:00
- dd
Re : [résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
Bon
merci ça fonctionne. J'ai utilisé
sudo dpkg-reconfigure mysql-server-5.5
pour réinitialiser le mot de passe et ensuite j'ai refait
sudo dpkg-reconfigure phpmyadmin
dd
OS: Ubuntu 20.04 focal / Kernel: x86_64 Linux 5.8.0-63-generic
Shell: bash 5.0.17 / DE: GNOME 3.36.5
CPU: Intel Core i3 540 @ 4x 3.067GHz
GPU: Intel Corporation Core Processor Integrated Graphics Controller (rev 18)
Hors ligne
#6 Le 20/02/2016, à 20:35
- Wargof
Re : [résolu] #1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist
sudo dpkg-reconfigure phpmyadmin
et répondre aux questions.
Merci énormément l'ami
Hors ligne