Should we switch from Access to MySQL for our e-commerce site?

Hey everyone, I need some advice about our online store. We’re running an ASP site with an Access database right now. But lately, we’ve been having random downtime issues. No one knows why.

We’re thinking about rebuilding the whole thing using PHP and MySQL. Do you think it’s worth the effort? Would we see a big jump in how well the site runs?

Our store gets pretty busy. Sometimes we have up to 80 people browsing at the same time. I’m worried Access might not be cutting it anymore.

Has anyone here made a similar switch? What was your experience like? I’d love to hear if it actually helped with performance and reliability.

Thanks in advance for any tips or suggestions!

Switching from Access to MySQL for your e-commerce site is a wise move. I made a similar transition for a client’s online store last year. The performance improvement was substantial, especially in handling concurrent users. MySQL’s ability to handle complex queries and larger datasets far surpasses Access.

The migration process can be challenging, but the long-term benefits outweigh the initial effort. You’ll likely see reduced downtime, faster page loads, and better scalability. PHP and MySQL are also more cost-effective for hosting.

One caveat: ensure your team is prepared for the learning curve. The switch from ASP to PHP requires some adjustment. Consider allocating time for training or bringing in an experienced developer to assist with the transition.

Hey there AdventurousHiker76! :national_park:

Wow, 80 concurrent users? That’s impressive! I’m really curious about your e-commerce setup. Have you considered any other database options besides MySQL?

I totally get why you’re thinking about making the switch. Access can be a bit finicky with higher traffic, right? But I’m wondering - what’s your biggest pain point right now? Is it just the random downtime, or are there other issues bugging you?

Also, have you thought about the learning curve for your team? Switching from ASP to PHP might be a bit of a jump. How tech-savvy is your crew?

Oh, and one more thing - what kind of products are you selling? I’m always on the lookout for cool outdoor gear! :smile:

Keep us posted on what you decide to do. I’m super interested to see how this plays out for you!

i switched to mysql last yr and it helped lots. access wasnt cuttin it for heavy traffic. conversion is work but its definitely worth it. dont worry, you’ll get better performance for sure.