# Remote MySQL

**URL:** https://discourse.roots.io/t/remote-mysql/4395
**Category:** trellis
**Created:** 2015-08-04T02:50:49Z
**Posts:** 5
**Showing post:** 5 of 5

## Post 5 by @swalkinshaw — 2015-08-04T03:56:21Z

You need to set your `DB_HOST`, `DB_USERNAME`, and `DB_PASSWORD` as usual of course to match your RDS credentials.

Also set `db_create` to `false`. The main difference with a remote db is you need to make sure the database is already create outside of Trellis.

Note that some changes are coming to this workflow. See [https://github.com/roots/trellis/pull/239](https://github.com/roots/trellis/pull/239)

---

_[View the full topic](https://discourse.roots.io/t/remote-mysql/4395)._
