Re: [PHP] phpmyadmin import

2006-01-23 Thread Paul Scott
On Mon, 2006-01-23 at 13:00 -0500, Austin Denyer wrote: > Check the following entry in your php.ini file: > > memory_limit > > It's possible you may also need to check this one, too: > > post_max_size I realise that I may get flamed for this on a PHP list, but, generally when I import sql files

Re: [PHP] phpmyadmin import

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 19:24:57 +0200 "William Stokes" <[EMAIL PROTECTED]> wrote: > > Thanks. Got that one changed to 8Mb. > > I ran into another issue though. I'm tryin to import a 2,5 Mb table. > PhpMyAdmin import ends with fatal error while importing. Here's the > error message. > "Fatal error:

Re: [PHP] phpmyadmin import

2006-01-23 Thread John Nichel
Richard Correia wrote: Hey Will, Following example will give you correct idea where to look. http://www.weberdev.com/get_example-3688.html Will that take him to the phpMyAdmin site? ;) -- John C. Nichel IV Programmer/System Admin (ÜberGeek) Dot Com Holdings of Buffalo 716.856.9675 [EMAIL PR

RE: [PHP] phpmyadmin import

2006-01-23 Thread Richard Correia
Hey Will, Following example will give you correct idea where to look. http://www.weberdev.com/get_example-3688.html Thanks, Richard Correia -Original Message- From: William Stokes [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 7:08 PM To: php-general@lists.php.net Subject: [

Re: [PHP] phpmyadmin import

2006-01-23 Thread William Stokes
Thanks. Got that one changed to 8Mb. I ran into another issue though. I'm tryin to import a 2,5 Mb table. PhpMyAdmin import ends with fatal error while importing. Here's the error message. "Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 2247907 bytes) in /srv/ww

Re: [PHP] phpmyadmin import

2006-01-23 Thread Austin Denyer
On Mon, 23 Jan 2006 15:37:37 +0200 "William Stokes" <[EMAIL PROTECTED]> wrote: > > When importing data from file with phpmyadmin the file max size is 2 > 048kb. Can this be changed to accept larger files? Yes. Look at your php.ini file - change the upload_max_filesize to the filesize you want.