Database Access on Hosting
Let's now consider what database access credentials consist of. As a rule, on a local computer, we don't pay attention to this and just use it as written in the tutorial. However, when deploying to hosting this matters.
To connect to a database, you need the following information: host, database name, username, and password.
In the following lessons, we will discuss these access credentials in more detail.