Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

gouseferoz's avatar

Configuring phpmyadmin on nginx server for laravel

Hey Guys,

I was trying to configure phpmyadmin for my laravel application on nginx server.

After installing, i can see my phpmyadmin on /var/www/laravel/phpmyadmin

When i am doing domain/phpmyadmin, i am getting 404 error. This may be due to the routing.

How can i overcome this and point out the phpmyadmin with the url.

I appreciate your help.

Regards, Feroz.

0 likes
3 replies
gouseferoz's avatar

It is just to view the data in my database.

The above link is apache server but i am using Nginx server, I am not sure if there will be some difference in both servers configs.

gouseferoz's avatar
gouseferoz
OP
Best Answer
Level 2

Thanks @cronix for the help.

I am moving forward by using remote mysql connections rather than having phpmyadmin on the server. The HeidiSql does exactly the work I need.

Again, Thanks for your help.

Please or to participate in this conversation.