RE: [PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread Craig Vincent
> 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

RE: [PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread biorn
[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

RE: [PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread Doug Schasteen
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

Re: [PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread biorn
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

[PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread Doug Schasteen
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 database starting getting greater than 1mb I remember the mysql > filename.sql wouldn't work