Skip to content

Why does my MySQL RDS database deletes it's content on it's own?

0

My MySQL RDS database tables get deleted automatically every 7 days or so. I create tables with content for said database from an app I made, and they all get deleted after a period of days. The instance and it's database still continue to exist, just that all the tables and their contents get completely deleted. It happens everytime afer I create a table. My RDS instance is a free 12 months trial. Is it because of that that the content from the databases get deleted?

2 Answers
0

I have never heard of this happening before. Are you sure your app isnt doing this?

I would look at the MYSQL Logs for the DROP table command and find the source IP/user thats issuing theses

EXPERT
answered 3 years ago
0

Same here, thank god its only dev database, but its kinda troubling for me, its already happen twice, seems like its happen every monday, just enable logging to see if this thing happen again

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.