Configuring PHPMyAdmin to Use Blank Password with Laragon by Mark Wilmoth | Mar 1, 2023 | UncategorizedBy default, PHPMyAdmin requires a password other than a blank password. To remedy this, edit config.inc.php as shown below. /* Authentication type */ //$cfg[’Servers’][$i][’auth_type’] = ‘cookie’;...