You are not logged in.
I would like to logging into phpmyadmin without using password.
However I tried:
/etc/webapps/phpmyadmin/config.inc.php
------------------------------------------------------
$cfg['Servers'][$i]['AllowNoPassword'] = true;
But still asks me for password!
Any ideas?
P.S :
MySQL has no password.
Last edited by kamrava (2014-07-18 08:31:20)
Offline
Hi,
To me you're doing it the right way except for the "true" which seems to be needed in all caps ass seen here:
http://docs.oseems.com/general/web/phpm … t-password
http://xbfish.com/2011/12/18/linux-enab … hpmyadmin/
http://stackoverflow.com/questions/7771 … phpmyadmin
Since it's the only line refering to that you should be good to go unless the problem come from somewhere else in you configuratin file.
I think to login without password you also have to be root from what I read.
However I wouldn't recommend doing that as it could be the cause to security issues unless you're in a LAN / not accessible from WEB / or simply know what you're doing.
Last edited by sugartest (2014-07-22 07:04:55)
An Arch Linux enthousiast and a Linux fan in general, mostly interrested in command line use, security issues, code learning and networks.
Offline