Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 479865
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T00:50:06+00:00 2026-05-13T00:50:06+00:00

I have a WAMP 2.0 server installed on Win XP . Apache version :

  • 0

I have a WAMP 2.0 server installed on Win XP .
Apache version : 2.2.11
PHP Version : 5.3
MySQL : 5.1.36

I have about 11 tables in the mysql . Each run of my web application (HTML/Jquery/PHP/MySQL) fills about 100 rows in 2 of the tables.(One of the table has 2 Long blob columns where data of size upto 20MB is uploaded, I have changed the Max_allowed_packet size to 32M in my.ini file )

THe application works fine for about 3 weeks until the number of rows in one of the table reaches >1500 .

THen I see the httpd crash message (Apache httpd encountered error and needs to close
)and it says illegal memory refernce
Please find below some logs

szAppName : httpd.exe     szAppVer : 2.2.11.0     szModName : php5ts.dll     
szModVer : 5.3.0.0     offset : 0000c309     


C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\httpd.exe.mdmp
C:\DOCUME~1\blrcom\LOCALS~1\Temp\WERc677.dir00\appcompat.txt

If I clear the two tables (1500 > rows ). Still the problem is seen .

I am using PDO PHP to update the tables.

Can anyone guide me as this is becoming a blocker.

Regards,
Mithun

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T00:50:06+00:00Added an answer on May 13, 2026 at 12:50 am

    PROBLEM:

    I have a suspicion that you are hitting a 2GB file size wall. 2 problems with your setup:

    • First problem: You are running this on windows.
    • Second problem: You are running this on windows. 🙂

    REASON:

    Jokes aside, Mysql stores data in its root folder (for instance C:\Program Files\MySQL\MySQL Server 5.0\data). Each sub-folder corresponds to a db in your instance of MySQL. Inside each folder there is a file with extension .frm which corresponds to your tables. See if the table you are storing your uploads in is approaching a 2 GB limit. Considering that you have a column that store uploads UP TO 20 Mb * 1500 rows – that is roughly around 2 GBs (assuming most of your files are smaller than 20 MB) Unfortunately Windows XP has really hard time dealing with files bigger than 2GB – limitations of the file system and OS. It is the same reason people get in trouble with their outlook – because they don’t sort or clean their emails.

    SOLUTION:

    Third problem – You are storing binary data in a db – never a good idea. Store it on disk – and just keep reference to it (name or path) in your db. Or you can keep your current setup for a while if you move to **nix* system that supports larger file sizes. But this is still a bad idea to store binary data of that size in your DB directly. It also makes your DB searches slower, and backups MUCH slower (since there is no easy incremental backup in MySQL)

    Hope that helps.

    EDIT:

    I forgot to mention since you are using WAMP, your MySQLfolder would be in your WAMP installation folder. By default I think it should be in c:\wamp\mysql\data – but I don’t remember for sure. I usually use XAMMP on Windows.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 231k
  • Answers 231k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the following function like this: Image('/path/to/original.image', '1/1', '150*', './thumb.jpg');… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer Check you database schema to see if the field (referenced… May 13, 2026 at 2:13 am
  • Editorial Team
    Editorial Team added an answer I figured out the problem - there was a session… May 13, 2026 at 2:13 am

Related Questions

So I downloaded the Magento free blog extension but it only supports a single
I have the following code. PHP side: <?php print_r($_POST); print_r($_GET); die(); ?> In JavaScript:
This one has been driving me nuts for a few days now and I've
I'm making an MSN client in PHP. I have this code, which connects to
I'm having an extremely weird problem with a PHP script of mine. I'm uploading

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.