Add PHPMyAdmin To Laragon

Admin
By -
0

 PHPMyAdmin still the favorites MySQL Database Tool for create Database, Table , User and Manage MySQL Database . Let's add it to Larago.

Video Add PHPMyAdmin to Larago : https://youtu.be/aVj82iSk4IU


Download the latest PHPMyAdmin.

Download it from https://www.phpmyadmin.net/downloads/ after download completed abstract the file and copy the file to C:\laragon\etc\apps (Default laragon installation directory and name the folder as PHPMyAdmin.

And then rename the file config.sample.inc.php to config.inc.php

So we open the file and change the code on line 32

$cfg['Servers'][$i]['AllowNoPassword'] = false;

to
$cfg['Servers'][$i]['AllowNoPassword'] = true;



And restart the Laragon's Apache server and MySQL Server



After restart click on Database button.

To access PHPMyAdmin in Laragon 




It will be one default browser and redirect you to PHPMyAdmin page login.



For default MySQL Server username is root and no password



PHPMyAdmin Dashboard





Click

Post a Comment

0Comments

Post a Comment (0)