Login
Remember
Register
Ask a Question
Is it possible for a user to have multiple databases on RDS?
+1
vote
asked
Aug 4, 2023
in
AWS
by
DavidAnderson
Is it possible for a user to have multiple databases on RDS?
aws_question_answer
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 4, 2023
by
DavidAnderson
RDS for MySQL
No limit imposed by software. The MySQL standard for RDS MySQL database instances is that there is no limit on the number of databases (
http://dev.mysql.com/doc/refman/5.5/en/database-count-limit.html
).
RDS for Oracle
1 database per instance, no limit on number of schemas per database.
RDS for SQL Server
30 databases per instance.
RDS for PostgreSQL
No limit imposed by software.
...