Author Topic: PhpMyAdmin | Configuration storage is not completely configured  (Read 6255 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PhpMyAdmin | Configuration storage is not completely configured
« on: January 28, 2021, 02:46:54 AM »
All users I am adding to the CWP are having problems when creating a mysql database.

Can do the whole process, but always shows an error that he needs to finalize a phpMyAdmin configuration, here's a print: https://prnt.sc/xqfy3l

Clicking to know more about this error I have this: https://prnt.sc/xqg6k6

Problem would be that when root access this error does not exist, everything is fine. Would there be any way to fix it for all the users you have on the CWP?

Offline
**
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #1 on: January 28, 2021, 07:56:05 AM »
is this new installation?
looks like installation wasnt done properly or the database might have been deleted

Offline
*****
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #2 on: January 28, 2021, 11:40:15 AM »
we didn't use pmadb for storage you can ignore it.

Offline
*
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #3 on: January 28, 2021, 11:48:45 AM »
is this new installation?
looks like installation wasnt done properly or the database might have been deleted
Yes, it would be a new installation, I installed CWP yesterday in case of scratch. When I finished installing CWP, the only changes I made was changing PHP to the latest version of 7.3.

Then I added a user and his domain to the admin panel. Accessing phpMyAdmin with root is all right, but when users access phpMyAdmin through their accounts it shows this error.

Any way to fix this? Or should I install CWP from scratch again?

NOTE: WebServer Settings leaves Nginx & Varnish & Apache active.

Offline
*****
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #4 on: January 28, 2021, 11:49:49 AM »
it will not create any issue as i mentioned earlier we didn't use pmadb

Offline
*
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #5 on: January 28, 2021, 11:51:56 AM »
it will not create any issue as i mentioned earlier we didn't use pmadb
OK, thank you.

Offline
*
Re: PhpMyAdmin | Configuration storage is not completely configured
« Reply #6 on: January 29, 2021, 01:51:11 PM »
Outro dúvida, estou tentando acessar o phpMyAdmin direto pelo painel admin e até mesmo pelo do usuário, ambos mostra o mesmo erro: https://prnt.sc/xtadtd
Quote
Login without a password is forbidden by configuration (see AllowNoPassword)

Researching the error I found some solutions:
Quote
Copy config.sample.inc.php to config.inc.php.

In most cases you will find the config file

on linux: /etc/phpmyadmin/config.inc.php
on mac: /Library/WebServer/Documents/phpmyadmin/config.inc.php
If you are trying to log in as root, you should have the following lines in your config:

$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
But what would be the problem, this phpmyadmin folder does not exist in CentOS 7, nothing inside the etc folder about phpmyadmin.

Is it located elsewhere?