21.04.2015, 14:20
If you're using WAMP, here we go.
First go to this directory (4.x.xx = phpmyadmin version)
open the file:
and leave this line like this:
and also:
First go to this directory (4.x.xx = phpmyadmin version)
PHP код:
C:\wamp\apps\phpmyadmin4.x.xx
PHP код:
config.inc.php
PHP код:
$cfg['Servers'][$i]['password'] = '';
PHP код:
$cfg['Servers'][$i]['AllowNoPassword'] = true;