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

Aronaman's avatar

DEPLOYMENT CONFUSION

Hey everyone I am new to digital ocean deployment environment, I deployed my Laravel app & created mysql db using terminal then migrate all my tables, my confusion start here how can I manage my db without terminal like laragon? if there is no way how can u guys manage ur data in digital ocean or there is any 3rd party suitable for visualizing my tables rows staff & where is my folders inside digital? every thing is hidden only access via terminal? if that the case I am in nightmare!

Any one can explain me the case please!

0 likes
5 replies
jlrdw's avatar

With PHPMyAdmin or Other MySQL Clients, Digital Ocean has how to articles.

2 likes
Aronaman's avatar

@jlrdw thanks a lot!, what about my files & folder(Root directory)?

Snapey's avatar

depends on your platform. for mac you can use sequel ace or heidi sql for windows

you need to have ssh setup to access the server

3 likes
Sabonzy's avatar

Add your ssh key to your droplet then connect to your DB using TablePlus (MacOs) or any MySQL windows client, use FileZilla to connect to the filesystems via ssh.

It will be much easier if you use laravel forge to manage your DO droplets

3 likes

Please or to participate in this conversation.