Armand Niculescu

Armand is a 32 year old designer and programmer employed with Media Division. He has 15 years experience with programming, specializing in scripting languages such as Actionscript, Javascript and PHP. He also does design and photography.

3 responses to “Importing large databases in MySQL”

  1. SchizoDuckie

    This is NOT PhpMyAdmin’s fault. It’s due to your own php configuration that has its limits on max upload filesize and probably max execution time too.

  2. Joe Limonada

    In some situation you can use someting like this:
    Unix systems: cat dumpfile | mysql -u …
    Windows: type dumpfile | mysql -u …

    There should not be a 2Mb or 2Gb limit from the system since it uses pipelines.

  3. mysql database - StartTags.com

    [...] it? … 5. Install mySQL Administrator (Thank me later) 6. Create the SQL database you want to …Importing large databases in MySQLUsing BigDump to import/restore large MySql databases … This little PHP script allows for [...]

Leave a Reply