AWS: RDS database name with instance replacement

I had only one circuit called " Test ". It appears in the Dashboard next to the DB Name (yellow in the image below):

enter image description here

I added another schema to my instance through MySQLWorkbench, say its called " NewDB ".

How do I change the name Database Name to my new " NewDB " NewDB in my dashboard?

+6
source share
3 answers

You cannot change it after starting the RDS instance.
If you really want to change it, take a snapshot of your instance and create a new instance with this snapshot for your desired database name.

+1
source

I do not believe that you can change the DBName parameter for an SQL database in RDS. The only way to do this (why?) Is to create a new instance with null or a new database name in this place.

0
source
0
source

Source: https://habr.com/ru/post/987877/


All Articles