Multiple Projects, single database?
Hey, i have like 10 projects that all of them requires a database. Can i use a single mysql database instance for all of them?
Can i just change the database at the end of the url of the instance? These projects require a really little usage per month, it'd be a waste to deploy a single instance per project, example:
mysql://user:[email protected]:3306/project1
mysql://user:[email protected]:3306/project2
10 Replies
Project ID:
N/A
you would need to use the public domain from the database instead of the local address, and you would need to add the desired database beforehand, but yes.
Yes, sure. Thanks for your answer. Do you know why for example, you can't do this in platforms like planetscale?
huh Why'd you tag yourself
Mistake
New in discord
either way, maybe planetscale doesn't allow you to add more than one database into a database
and tbh idk if railway does either
but if they do, then you can do what you speak of
Do you know if the database region can be changed in railway?
it can't, we are limited to us-west1 right now
Thanks
no need for the ping, but you're welcome!