Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

phpmyadmin access denied

//Find config.inc file under C:wampappsphpmyadmin3.5.1 Inside this file find this one line
$cfg['Servers'][$i]['password'] =";
//and replace it with
$cfg['Servers'][$i]['password'] = 'Type your root password here';
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #phpmyadmin #access #denied
ADD COMMENT
Topic
Name
8+3 =