add phpMyAdmin Laragon (ok)
https://www.phpmyadmin.net/downloads/Note: After extracting, your folder will look like that:
C:\laragon\etc\apps\phpMyAdmin$cfg['blowfish_secret'] = '49345813273359331316752217435901'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
/**
* Servers configuration
*/
$i = 0;
/**
* First server
*/
$i++;
/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = true;User: root
pass: 
Last updated