XOOP: phpMyAdmin set root pasword
Per defecte el mySQL del WAMP XOOPServer, no utilitza password, per a que l'utilitzi cal afegir les línees de codi:
$cfg['Servers'][$i]['auth_type']= 'http';// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user']= 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
al fitxer de configuració "\home\admin\www\phpMyAdmin\config.inc.php" abans de les linees
/*
* End of servers configuration
*/
via: How to set phpmyadmin prompt for login name and password ? [Support Forums - Q and A] : XOOPS Project!
$cfg['Servers'][$i]['auth_type']= 'http';// Authentication method (config, http or cookie based)
$cfg['Servers'][$i]['user']= 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)
al fitxer de configuració "\home\admin\www\phpMyAdmin\config.inc.php" abans de les linees
/*
* End of servers configuration
*/
via: How to set phpmyadmin prompt for login name and password ? [Support Forums - Q and A] : XOOPS Project!
Comentaris
Publica un comentari a l'entrada