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.
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.
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.