hconnorjr wrote:
> This is about uploading a .sql database that is beyond
the limits of
> phpmyadmin, which I've been using up to now. I love
phpmyadmin, it makes things
> so simple. But I understand that there are limits to it.
Can I tweak the
> phpmyadmin to take larger file sizes?
The 2MB limit isn't actually imposed by phpMyAdmin, but by
the maximum
size PHP permits for file uploads. If you have control over
the server,
you can change the maximum upload size temporarily. Other
alternatives
are to upload the database table by table, or to do what
Gareth suggests.
--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/