NYCPHP Meetup

NYPHP.org

[nycphp-talk] phpMyadmin's dumps won't import into...phpMyAdmin?

Adam Maccabee Trachtenberg adam at trachtenberg.com
Tue Apr 6 15:44:56 EDT 2004


On Tue, 6 Apr 2004, Marc Antony Vose wrote:

> Thing is, phpMyAdmin is dumping things in a format that it itself cannot read!

>From what I've heard, (I don't use the program) phpMyAdmin has it's
own MySQL parser because you can't dump multiple SQL statements to
MySQL using it's client API.

This is fixed in PHP 5/MySQL 4.1/mysqli, so eventually this problem
will go away. In the meantime, I would try feeding in chunks
bit-by-bit, seeing where the SQL causes a barf, and looking if there's
something obvious you can fix.

-adam

-- 
adam at trachtenberg.com
author of o'reilly's php cookbook
avoid the holiday rush, buy your copy today!



More information about the talk mailing list