Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS: RDS Instance change DB Name

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

enter image description here

I added another Schema to my instance via MySQLWorkbench, lets say its called "NewDB".

How do I change the DB Name to my new Schema, "NewDB", in my Dashboard?

like image 345
user1107173 Avatar asked May 25 '15 17:05

user1107173


1 Answers

You cannot modify it once you launch RDS instance.
If you really want to change it, then take a snapshot of your instance & create new instance with that snapshot for your required DB name.

like image 153
Mahadev Patil Avatar answered Oct 18 '22 02:10

Mahadev Patil