Answers for "phpmyadmin first login"

PHP
2

phpmyadmin first login

// in config.sample.inc.php change this to true
$cfg['Servers'][$i]['AllowNoPassword'] = false;
// in config.sample.inc.php add this 
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '123';
// refresh
Posted by: Guest on October-29-2020

Browse Popular Code Answers by Language