switching users
Posted by: andrewkinyua86 (---.lmdaca.adelphia.net)
Date: April 05, 2006 09:59PM

how do I switch from one user to another user on phpmyadmin homepage.



Andrew

Options: ReplyQuote
Re: switching users
Posted by: CyberSpatium (---.hsd1.or.comcast.net)
Date: April 06, 2006 10:50AM

First find this line in your phpmyadmin config.ini.php file, and set it to some random text and numbers:
$cfg['blowfish_secret'] = '';

Next find this line:
$cfg['Servers'][$i]['auth_type'] = 'config';

Change to:
$cfg['Servers'][$i]['auth_type'] = 'cookie';

Now you have to login to phpmyadmin. to switch users, logout, and let the new user log in.

Options: ReplyQuote


Sorry, only registered users may post in this forum.