How to activate phpMyAdmin configuration storage? - configuration

In my phpMyAdmin page it displays following error
When I Click the link it displays following.
and in the documentation it displays following.
How to fix the above error?
I did following changes in config.inc.php
But still the problem remains.

Related

Error "Element with id .. already registered" and no SQL connections in the list of VSCode plugin SQLTools

I started learning SQL in VSCode via the SQLTools plugin. I tried to connect to MySQL database sakila via the "Add New Connection" button of the SQLTools plugin. On the first 2 tries, I pushed the "Save Connection" button before the connection was OK (even the database was not set up properly then). I expected the connections (even if they are broken) to appear in the connections list (near the "Add Connection" button), but nothing appeared there. On the third time, I created a working connection. Unfortunately, after saving it, it did not appear in the list as well. Now an annoying pop-up with the error "Element with id ... is already registered" (see exact message print-screen below) keeps appearing constantly.
Where are these elements (mentioned in the error message) registered in (in which file, etc.)? They are not present in VSCode's settings.json. Is there some other place?
How to get rid of the pop-up with the error message?
Why did the correct connection not present in the list of connections even if I can run queries via it (find the print screen below)? How to fix this? In this video tutorial the connections appeared in the list automatically.
The suggestion in this comment solved the issue.
Ctrl+Shift+P
→
→
and then delete the broken connections.

Malware changed all file extension and name in mysql database

Malware changed all file extension and name in mysql database. I have changed them back to the normal but in phpMyAdmin, they are show showing corrupted when i click on them it shows error 1033 Incorrect information in file .
Can anyone give me suggestion how can i solve the issue, Thank you in advance.

DataGrip/PhpStorm is not connecting to MySQL DB, error: com.intellij.execution.ExecutionException

I was using PhpStorm as my code editor and DB client both. It was working fine. But suddenly it stopped working. Deleting connection and then add new data source with absolute correct database credentials, but still it's not being connect.
Then I thought it's a problem with PhpStorm, so I downloaded DataGrip, but it has the same issue. I am being able to connect with the same database by same credentials using SequelPro.
Here is what I am getting when I click apply button. When I click the "Test Connection" button it's shows an infinite process connecting to database running in background.
I have no idea what's going wrong suddenly with JetBrains products about DB. I am not 100% sure about exactly after which activity, I am getting this issue. I am using the latest version of PhpStorm and DataGrip (version 2017.3.4 Built on 17 January 2018) both.
My idea.log is as bellow:
Try this:
In your Data Sources and Drivers window: select your db connection item.
Click [MySQL] link after the [Driver:] label
Remove all items in [Additional files:]
Done!

phpmyadmin gives fatal error: The Navigation can only be accessed via Ajax

I opened PhpMyadmin and tried to navigate to the databases. When I tried to go to the other pages of databases in PhpMyadmin, it gave me this error (fatal error: The Navigation can only be accessed via Ajax).. Now its working again. I'm just curious what might have caused this.
Do not open links in new tab. Clicking on link will make the desired result.

phpmyadmin privileges only working on some databases

When I use PHPMyAdmin to edit or delete a record I am getting an error saying "You don't have permission to access /phpmyadmin/sql.php on this server." But this only happens in some databases. I am the only user according to PHPMyAdmin and through the command prompt on my Linux box.
First off I've changed the PHPMyAdmin access folder because my access logs were showing others trying to get in. Logs don't show any successful attempts.
It was working until today...Now it throws the error. I can still add and drop tables completely, just not edit a record, in two of the five databases. Also I've checked into the user privileges and there doesn't seem to be an issue there.
Anyone have an idea?
EDIT: I have narrowed this down to a conflict between mod_security and PHPMyAdmin, now off to Google to find the solution,
Thanks
What I did was I opened modsecurity.d/modsecurity_crs_47_common_exceptions.conf and added the following to the bottom:
SecRuleEngine Off
And viola it fixed all the issues