How to logout of phpmyadmin
Posted by: Kwame (---.range86-175.btcentralplus.com)
Date: November 15, 2015 10:03PM

i have changed the password for root user but it comes with this error message. [prntscr.com]
i have deleated session and cookie and nothing has happened. what to do

it works for sqlbuddy but i like phpmyadmin more

Options: ReplyQuote
Re: How to logout of phpmyadmin
Posted by: Otomatic (Moderator)
Date: November 16, 2015 09:45AM

Hi,

Please : READ BEFORE YOU ASK A QUESTION

If you add a password to root, you add it into MySQL. PhpMyAdmin is a GUI for MySQL and use the users defined into MySQL.

You have to modify wamp\apps\phpmyadmin4.x.y\config.inc.php with :

$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = '';
$cfg['Servers'][$i]['password'] = '';

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.