> I'm running a local web server for development on my Win ME machine
> using apache, mysql 3.23.38, and php4. I've been copying my mysql
> database that is online to my local one every once in a while. When the
Since you're using relatively recent version of MySQL might I suggest you
setting up
[EMAIL PROTECTED]
> Subject: Re: [PHP-DB] Problem importing large db to mysql in windows
>
> It sounds like the problem you are having is the same one I had. There
> is a
> variable in the php.ini called upload_max_filesize that the default max
> size
> in here is 2Mb, so when import
know?
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 10:41 AM
To: Doug Schasteen; [EMAIL PROTECTED]
Subject: Re: [PHP-DB] Problem importing large db to mysql in windows
It sounds like the problem you are having is the same one
It sounds like the problem you are having is the same one I had. There is a
variable in the php.ini called upload_max_filesize that the default max size
in here is 2Mb, so when importing or exporting a dump file that is over 2Mb,
it will not work. Try changing this in your php.ini file and see i