Phpmyadmin Username Password Check

[Solved] Phpmyadmin Username Password Check | Shell - Code Explorer | yomemimo.com
Question : phpmyadmin username password check

Answered by : sajo-sunny

 Step 1: Locate phpMyAdmin installation path. Step 2: Open phpMyAdmin>config.inc.php in your favourite text editor. Step 3: $cfg['Servers'][$i]['auth_type'] = 'config'; $cfg['Servers'][$i]['user'] = 'root'; $cfg['Servers'][$i]['password'] = ''; $cfg['Servers'][$i]['extension'] = 'mysqli'; $cfg['Servers'][$i]['AllowNoPassword'] = true; $cfg['Lang'] = ''

Source : | Last Update : Wed, 02 Mar 22

Answers related to phpmyadmin username password check

Code Explorer Popular Question For Shell