phpMyAdmin and Laragon

10,431

Solution 1

so you are askin how to access phpmyadmin right? after install (placing the phpmyadmin to install directory c:/laragon/etc/apps)

dont forget to reload apache and start mariadb(or mysql if you prefer mysql) through laragon

and then just access it as usual, type on your browser url address bar localhost/phpmyadmin

Solution 2

well , hi Hossein : first download the phpmyadmin from here : https://www.phpmyadmin.net/downloads/

then extract the downloaded (rar,zip) to :

{INSTILLATION_PATH }\laragon\etc\apps

rename the folder to phpmyadmin .

now go to http://localhost/phpmyadmin

and your there :) .

if you want to login to the phpmyadmin you need to search in the phpmyadmin folder for a file called config.sample.inc and duplicate it and rename it to config.inc open the file and search for :

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

and set it to true :

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

save the file and DONE you can login using username of : root

https://forum.laragon.org/topic/420/i-can-t-access-to-phpmyadmin/3

Share:
10,431
user3727648
Author by

user3727648

Updated on June 07, 2022

Comments

  • user3727648
    user3727648 about 2 years

    How do Laragon and phpMyAdmin work with one another? I've downloaded phpMyAdmin and extracted it to laragon\etc\apps, but whenever I click on the Database button of Laragon, I get sent to something called Adminer instead of phpMySQL. I have tried deleting Adminer, but that doesn't work. Please help. Thanks!