I can't access to phpmyadmin
-
i can't Access to phpmyadmin http://localhost/phpmyadmin
please help me
-
@mohammed9895: You can add phpMyAdmin easily yourself:
Ref:
https://forum.laragon.org/topic/98/how-to-update-phpmyadmin
-
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 : rootregards OSAMA TAHA.
-
I am a none administrator user and is not working for me, however when I am admin this works right, test it please
-
@osamataha Great solution, that solved my problem. Thanks so much.
-
@osamataha Great, it has solved my problem