My WordPress Learning Journey: Mistakes, Fixes, and Never Giving Up

Table of contents
- Why I’m Sharing This
- Step 1: Setting Up WordPress Locally
- Step 2: Creating a Database
- Step 3: Building My First Pages
- Step 4: Customizing a Theme (OceanWP)
- Step 5: The Biggest Hurdle – Database Corruption
- Detailed Troubleshooting: How I Fixed My Corrupted Database
- Why This Took 2 Days
- Lessons for Beginners
- How This Helped Me Grow
- My Key Takeaways as a Learner
- Join My Learning Journey
Why I’m Sharing This
“I’m not an expert—I’m a learner. By documenting my struggles and small wins, I hope to show that progress is possible even when things feel overwhelming.”
Step 1: Setting Up WordPress Locally
What I Did:
Downloaded XAMPP (a free tool to run websites offline).
Started the server and database tools in XAMPP.
Created a clean folder for my website files.
Struggles:
Didn’t understand terms like “ports” or “localhost.”
Fixed a port conflict by changing settings (with help from tutorials).
Lesson:
“Starting small helps. Even if you don’t understand everything yet, follow the steps—it gets clearer with practice.”
Step 2: Creating a Database
What I Did:
Used phpMyAdmin (a database tool) to create a user and database.
Wrote down my credentials securely (and still forgot them once!).
Struggles:
Accidentally deleted critical files while trying to “clean up.”
Had to reset permissions and passwords multiple times.
Lesson:
“Mistakes happen. Write down your steps so you can backtrack if needed.”
Step 3: Building My First Pages
What I Did:
Installed WordPress and named my site.
Created simple pages: Home, About, Contact.
Learned to use the block editor to add text and images.
Struggles:
Menus didn’t show up until I set them to “Primary.”
Confused static pages vs. blog posts.
Lesson:
“WordPress has quirks. Trial and error is part of the process.”
Step 4: Customizing a Theme (OceanWP)
What I Did:
Installed the OceanWP theme for better design options.
Tried adding a top bar with social icons and contact info.
Used free icon codes from Font Awesome.
Struggles:
Icons wouldn’t space properly until I learned to use
in HTML.Color changes didn’t work as expected (still troubleshooting!).
Lesson:
“Themes can be unpredictable. Sometimes you need to Google specific fixes—and that’s okay!”
Step 5: The Biggest Hurdle – Database Corruption
What Happened:
My local site crashed due to a corrupted database.
Panicked but refused to start over (even though it felt easier).
How I Fixed It:
Backed up all files (learned this the hard way!).
Replaced damaged database files with backups.
Rebuilt user permissions from scratch.
Struggles:
Took 2 days of frustration. No tutorial had the exact solution.
Almost quit but kept trying different fixes.
Lesson:
“Persistence matters more than speed. Solving tough problems teaches you the most.”
Detailed Troubleshooting: How I Fixed My Corrupted Database
Problem: My local WordPress site crashed. XAMPP’s MySQL server wouldn’t start, and I couldn’t access my site or phpMyAdmin.
What I Tried (And Failed)
Restarting XAMPP
Closed XAMPP, reopened it, and tried starting MySQL.
Result: Error message: “MySQL shutdown unexpectedly.”
Restarting My Computer
Rebooted my PC, hoping it would reset everything.
Result: Same error.
Searching Online Forums
Followed advice to delete
ibdata1
,ib_logfile0
, andib_logfile1
from themysql/data
folder.Result: MySQL started, but my database tables were gone.
Restoring Backups Manually
Copied my website’s database folder (e.g.,
wp
) fromdata_old
to the newdata
folder.Result: MySQL crashed again.
What Finally Worked
Step 1: Create a New Data Folder
Went to
xampp/mysql
and renamed thedata
folder todata_old
.Created a new empty folder called
data
.
Step 2: Copy Backup Files
Opened the
xampp/mysql/backup
folder.Copied the entire
mysql
folder frombackup
and pasted it into the newdata
folder.
Step 3: Restore My Website Database
Copied only my website’s database folder (e.g.,
wp
) fromdata_old
to the newdata
folder.Note: This folder holds all your site’s tables.
Step 4: Fix the ibdata1
File
Copied the
ibdata1
file fromdata_old
and pasted it into the newdata
folder.Why: This file stores critical database metadata.
Step 5: Recreate Database Users
Opened phpMyAdmin and recreated my database user with the same username and password.
Reassigned privileges to the database.
Step 6: Test Everything
Restarted XAMPP and accessed my site.
Success: My site loaded again!
Why This Took 2 Days
Trial and Error: I tried 10+ solutions from blogs, Reddit, and ChatGPT. Most didn’t work.
Fear of Making It Worse: I avoided deleting folders at first, which delayed progress.
No Clear Guide: No tutorial matched my exact problem, so I had to combine fixes.
Lessons for Beginners
Backup Regularly: Use XAMPP’s export feature in phpMyAdmin to save your database.
Don’t Panic: Corrupted databases feel scary, but solutions exist.
Break It Down: Fix one piece at a time (e.g., folders → files → users).
Ask Communities: Post your exact error message on forums like Stack Overflow.
How This Helped Me Grow
Deeper Understanding: I now know how databases store data in folders and files.
Confidence: Solving this alone made me believe I can tackle future errors.
Patience: Progress isn’t linear. Sticking with it is the only way forward.
This section now shows your resilience and gives readers actionable steps to troubleshoot similar issues. Let me know if you’d like to adjust the tone or add more technical details! 🔧
My Key Takeaways as a Learner
Progress > Perfection: My first site was full of errors, but it worked.
Break Problems Down: Fix one small thing at a time.
Ask for Help: Forums and communities saved me (shoutout to Reddit!).
Document Everything: Notes helped me avoid repeating mistakes.
Join My Learning Journey
“Follow my progress on https://x.com/Yuvraj__Bhanot , https://t.co/HzIyEqdsb4—I’m sharing my wins, fails, and everything in between. Let’s grow together!”
Subscribe to my newsletter
Read articles from Yuvraj Bhanot directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by

Yuvraj Bhanot
Yuvraj Bhanot
Just a guy learning web development and figuring things out as I go. No shortcuts, no fluff—just real progress, mistakes, and lessons shared in public. Building skills that actually matter, one step at a time. Documenting everything because learning is better when it’s shared. If you're into web dev, execution, and getting better every day, stick around. Let’s grow together.