MySQL :'(

Out of context: Reply #20

  • Started
  • Last post
  • 21 Responses
  • enobrev0

    well, that was if you are at least mediocre with your php.

    Basically phpmyadmin has some code that reads the sql your uploaded file - probably a mysql command.

    If you dig through and find the code taht does it, copy it and make your own import script that, instead of taking a form post, actually opens up the file from your server directory and imports it.

    This will at least cut out the need to upload the file via the browser before importing which probably hinders the process before it even gets to the import.

View thread