Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Database Importer
Hiya!
My vanilla database is quite large and I need to move it to a new MySQL server. The problem is, that I don't have command line access, and the phpMyAdmin thing sucks big time for uploading large files (there is a 2mb limit).
I have had no experience with using php to load a db schema into a database, but I think this would be the best way to get it all up there quickly.
I have the entire database in one file. Would someone be willing to show me how this could be done using php, or give me any advice on how to best approach this problem.
Thanks.
0
This discussion has been closed.
Comments
All drugged up, NM
Ok, with phpMyAdmin, can you upload the file to your server via ftp/ssh and tell it to execute a given file already there? I haven't played around with it enough to know the ins and outs but if you can do that, you should be able to conquer the 2mb limit.
A long, unpleasant way of doing it, I had to do it once. Took a while.
BigDump