Dear, As I am a newbie of digital ocean. I would like to to deploy my Laravel project from another hosting and I created a laravel webapp by digital ocean wizard at project “Roomview” it can run laravel webapp but I don’t know how can I create and access the database. normally I used CPanel for it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
Yes, the 1-Click Laravel Droplet includes MySQL.
You can access it via your terminal:
First, SSH to your Droplet using your favourite SSH client: https://docs.digitalocean.com/products/droplets/how-to/connect-with-ssh/
After that once you are connected over SSH, just run the
mysql
command and you will access the MySQL server directlyAn alternative option is to use a tool like Worbench or any other MySQL client for example:
https://www.digitalocean.com/community/tutorials/how-to-connect-to-a-mysql-server-remotely-with-mysql-workbench
Hope that this helps!
Best,
Bobby