Posted by Armando Padilla on 08/10/06 06:42
Retheesh wrote:
> I have a requirement for importing a sql file in my local databse.I
> have exported the file from the client database.That file is more than
> 50mb.I want to import this sql file into my local database.My Maximum
> import file size showin as 8mb.I tried to change by editing the ini
> file.But still it showing the same.I am using phpMyAdmin.Please tell me
> the procedure to change the Maximum File Size for Importing sql file.
>
Hey there Retheesh,
Actually youll have to tweek the php.ini file :-) since phpMyAdmin
(great mysql tool) uses php to do its processing you have to open up the
php.ini file it uses and change out the
upload_max_filesize from 2MB to something much higher. I tend to change
it out ot 100MB :-)
Hope that helps.
Armando Padilla
Navigation:
[Reply to this message]
|