phpmyadmin first login

Solutions on MaxInterview for phpmyadmin first login by the best coders in the world

showing results for - "phpmyadmin first login"
Silvana
19 May 2019
1// in config.sample.inc.php change this to true
2$cfg['Servers'][$i]['AllowNoPassword'] = false;
3// in config.sample.inc.php add this 
4$cfg['Servers'][$i]['user'] = 'root';
5$cfg['Servers'][$i]['password'] = '123';
6// refresh