Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Logging out" of phpMyAdmin?

The error that I get on phpMyAdmin is the following

The phpMyAdmin configuration storage is not completely configured, some extended features have been deactivated."  

I have googled and looked this up for a while now and the common answer that comes up is to Log Out/In or the clear the cookies and cache. Clearing the cookies and caches did not work for me. I have tried to logout, but cannot seem to be able to find out how to, because in the updated version of phpMyAdmin, I believe that there is no logout button as opposed to the older versions which is why people posted that as a solution before. I am not sure what version of phpMyAdmin I have because I downloaded it through xampp, but this is what mine looks like: enter image description here

like image 534
OpMt Avatar asked Jun 01 '13 13:06

OpMt


People also ask

How do I exit phpMyAdmin?

You don't need to close/exit phpMyAdmin. phpMyAdmin is a PHP based Webserver script, so the browser sends a request (with every click on a link for example) and gets a response from the webserver daemon. The time the browser gets the request is de facto the end of the script.

How do I change user in phpMyAdmin?

Open your database in PhpMyAdmin. Click on the database name in the menu to the left, it will unfold all tables. Click on the users table, for example, wp_users. Locate the user you want to change the login name for and click Edit.

How do I log into phpMyAdmin?

You should be able to access phpMyAdmin directly, by browsing to http://127.0.0.1/phpmyadmin. Log in to phpMyAdmin by using the following credentials: Username: root. Password: The same as the application password.


1 Answers

enter image description here

click on this button out your phpAdmin home page

like image 63
Dileep Avatar answered Sep 18 '22 23:09

Dileep