By default, there’s no need root password when open phpmyadmin on web browser. But if we give a root password to access mysql and want to open phpmyadmin, we need to change config.inc.php in phpmyadmin directory.
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = ‘config’;
$cfg['Servers'][$i]['user'] = ”;
$cfg['Servers'][$i]['password'] = ”;
$cfg['Servers'][$i]['extension'] = ‘mysql’;
Replace config with cookie
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = ‘cookie’;
Save and restart the service. Next open phpmyadmin in web browser and enter username dan password.
Related posts:



Entries (RSS)
this post will help me a lot for my work in college.
Pretty nice post. I just stumbled upon your blog and wanted to say that I have really enjoyed browsing your blog posts. In any case I’ll be subscribing to your feed and I hope you write again soon!
Wow this is a great resource.. I’m enjoying it.. good article