Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

phpMyAdmin access denied message

Open the phpMyAdmin folder.

Open the config.inc.php file with any text editor.

Under “Authentication type and info,” and update the following lines:

On $cfg['Servers'][$i]['auth_type'] = 'config'; replace config for cookie.

On $cfg['Servers'][$i]['AllowNoPassword'] = true; replace true for false.
Source by pureinfotech.com #
 
PREVIOUS NEXT
Tagged: #phpMyAdmin #access #denied #message
ADD COMMENT
Topic
Name
2+3 =