wandrly
(usa Ubuntu)
Enviado em 02/09/2012 - 16:48h
Digite esse comando no seu terminal
chmod 664 /opt/lampp/phpmyadmin/config.inc.php
E a respeito da senha no localhost, se entendi direito o defeito, você pode mudar a senha do localhost digitando essa url no seu browser
http://127.0.0.1/security/index.php
No config.inc.php deixe assim:
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'cookie'; // Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysql';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';