- Go to /opt/lampp/phpmyadmin
- find config.inc.php from /opt/lampp/phpmyadmin
- Find code from config.inc.php
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
After change code
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
Now you can access from PhpMyadmin with username and password 👍 🤘