小编Joe*_*and的帖子

Is it safe to delete the innodb schema on a new Amazon RDS instance?

As per the title, I'm struggling to find out if it's safe to delete the innodb schema that's created on a fresh Amazon RDS instance.

mysql> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| innodb             | -- This was automatically created when the instance was created
| mysql              |
| performance_schema |
+--------------------+
Run Code Online (Sandbox Code Playgroud)

I know it's not doing any harm being sat there - there's no tables/content or anything, I'm just curious as to why it's there …

mysql innodb amazon-rds

5
推荐指数
1
解决办法
1315
查看次数

标签 统计

amazon-rds ×1

innodb ×1

mysql ×1