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

ssuhat's avatar

Mysql UI

Hi,

I just installed forge on my server Digital Ocean.

What mysql UI are the most recommended?. And is there any tutorial for it?

I've tried install phpmyadmin but i can't get the latest version of it. tried using other repo but not the latest. and i follow the tutorial https://laracasts.com/discuss/channels/servers/phpmyadmin-on-forge/?page=1 still i can't get it work. it return me 404.

Thanks

0 likes
4 replies
robgeorgeuk's avatar

Sure but 3 comments later he confirms that it's fine if you are using SSH which is the method shown in the video.

milon's avatar

Just login vai ssh and then rul the following command-

sudo apt-get install phpmyadmin

Add this lines to the end of /etc/apache2/apache2.conf file.

#Include phpmyadmin
Include /etc/phpmyadmin/apache.conf

Then you are good to go.

Please or to participate in this conversation.