[Tutorial] How to add phpMyAdmin
-
You can also add/update phpMyAdmin easily yourself. Just download from its official site (https://www.phpmyadmin.net/downloads) and extract to
{LARAGON_DIR}\etc\apps\phpMyAdmin
.
That's all.Now, you can acess phpMyAdmin at:
http://localhost/phpmyadmin
-
Note: After extracting, your folder will look like that:
C:\laragon\etc\apps\phpMyAdmin
-
@leokhoa what's difference between putting the phpmyadmin folder at document root (e.g., C:\laragon\www) vs "{LARAGON_DIR}\etc\apps" ?
-
@curiosus : There is an alias in
\etc\apache2\
which will point http://localhost/phpmyadmin to{LARAGON_DIR}\etc\apps
The purpose of that is to seperate your project data inwww
with additional tools.
-
what is username n pass to login phpmyadmin?
-
@Miss-You : The username is
root
and no pass
-
@leokhoa I can't acces with user root and without pass.
-
@lilen : Any error message?
-
Can I add another DB GUI tool in Laragon replace phpMyAdmin?
-
@leokhoa Additionally, PhpMyAdmin won't allow to log in through HTTP else in HTTPS its okay. How can I redirect to HTTPS for phpmyadmin always.
-
@shivapoudel : https is a best practice but I can login fine to phpMyAdmin with http.
-
This post is deleted!
-
This post is deleted!
-
This post is deleted!
-
I acces with user root and without pass, but......
Error message:
Error in processing request
Error code: 200
Error text: OK (rejected)
It seems that the connection to server has been lost. Please check your network connectivity and server status.
-
I also had this Problem first.
I updated MySQL to the newest Version and the Problem was fixed. Maybe it'll help
-
Using https, I was still getting: "Login without a password is forbidden by configuration (see AllowNoPassword)"
Fixed it by stopping services, Menu>Mysql>change root password, then I had to go add that password in my config files as well.
-
@leokhoa Hi, when I try to access the page it is blank and the page says: 403 Forbidden You don't have permission to access /phpmyadmin on this server. It does not prompt me for a password or a user name
-
@yrnprogrammer : You might miss something.
If you use Laragon 4.0.12, you can add phpMyAdmin using "Quick add":
Menu > Tools > Quick add > phpMyAdmin
-
I understand that everyone has a problems... it's easy. Love Laragon.