Hi,
I have a huge database that I need to upload, but it is too big for PHP Myadmin. The file is on my computer. Anybody know of a way to get it up there?
Thanks, Matt
| SitePoint Sponsor |

Hi,
I have a huge database that I need to upload, but it is too big for PHP Myadmin. The file is on my computer. Anybody know of a way to get it up there?
Thanks, Matt




Do you have shell access to the server?
"I disapprove of what I say,
but I will defend to the death my right to say it."

No, I don't.




Bad luck then. PhpAdmin needs to upload a file as a POST var so big dbs = no no. The only way is to upload to the server via ftp/sftp then import it in through mysql cli. Ask your server admin to help you.
"I disapprove of what I say,
but I will defend to the death my right to say it."
Bookmarks