Report this

What is the reason for this report?

Database credentials and how to access them..

Posted on March 8, 2013

I have outsourced the development of an app and website to a team of programmers and now they are ready to upload their work to the server. They have the IP, username and password but apparently they need more database credentials in order to login and setup the database. Does anyone know what credentials they would need and how I would access them?



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.

If they have the ip, username and password to your server and it hasn’t yet been setup then there are no database credentials yet. Isn’t that what they’re going to setup? If not then maybe they’re expecting you to set it up. If you built the server from a LAMP image you probably defined it during the installation process. If you’ve forgotten what your root password is and you’re still going to use MySQL you can reset the password. <br> <br>It’s really hard to give you an accurate answer without knowing more about the situation. Sorry. <br> <br>

If this is a freshly deployed droplet, you’ll need to install & configure the web server (Apache, NGINX, etc), the database & client server (i.e. MySQL), PHP, etc. The droplets are bare-bones systems and only come with what the OS template ships with, which is basically just enough to get the Droplet running and allow you to SSH in to begin installing what you need. <br> <br>Before you’ll be able to provide them with credentials to the database, you’ll need to make sure everything is setup and running properly. <br> <br> <br>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.