Oops, I Dropped My Database

Thunder storm lightning city night

So I was cleaning up my server.

You know, like a good digital adult — spring cleaning databases, clearing out old WordPress installs I wasn’t using. I saw one called:

wordpress

And thought:
“Surely that’s just a leftover from testing… right?”

💥 DROP DATABASE wordpress;
😐 Instant silence.
😨 Blog gone.


😅 Recovery Mode

Luckily, past me had stashed a backup:
wp_njoo_20241231_backup.sql — shoutout to December Drew for having foresight.

A quick import later, and the blog was back.
But while I was in there, I figured — let’s fix the naming sin.


🎯 Renamed wordpressdrew_blog

Because:

  • It’s a real blog now.
  • I don’t want to drop it again.
  • wordpress is a cursed name.

Also had to fix:

  • MySQL user permissions
  • wp-config.php credentials
  • Apache restarts
  • My existential panic

💡 What I Learned

  • Don’t name your production database wordpress. Or test. Or prod. Use actual names like drew_blog.
  • Backups are love. Backups are life.
  • It’s fine. You live. You learn. You blog about it.

🌏 What Did I Do Between 2024 and May 2025?

  • I traveled through Asia.
  • Started a few projects.
  • Sunset some that felt flat.
  • Learned a lot about what I don’t want to build.

Now I’m clearing the ground for what comes next.

Leave a Reply

Your email address will not be published. Required fields are marked *