i've been trying to use MySQL Dumper to import a database since it's too big to import in phpMyAdmin, when it asks for the database details, what do you enter? the details of the database you're transferring from or the one you're transferring to?
and if it's the former is there a different way of importing a database that's too big for phpMyAdmin, since 000webhost (and free hosts in general as far as i know) only lets you connect to databases associated with your account, so you can't connect to one of 1freehosting's databases which is what i'm trying to do
when i enter the details i just get "Cannot connect to database"
Offline
You dump the SQL file, then import it on the other machine (the former I guess)
Offline
The Misc Forums = down.
Offline
stevetheipad wrote:
The Misc Forums = down.
thanks for actually answering the question and not stating the obvious
Offline
bobbybee wrote:
You dump the SQL file, then import it on the other machine (the former I guess)
i'm still not understanding fully
so if the database is currently on 1freehosting and you're transferring it to 000webhost, when it asks for the database details, you enter the details of the 1freehosting database?
Offline
No. Go to 1freehposting PMA, and go to export. Export as a sql file. Then in dumper, put in the the 000webhost details, using that sql.
DISCLAIMER: I've never used MySQL Dumper, nor know what I'm talking about (latter is a joke)
Offline
so i upload the .sql file to 000's FTP thingy?
thank you
Offline
RedRocker227 wrote:
so i upload the .sql file to 000's FTP thingy?
Offline
Offline
thanks for your help
fg123 wrote:
RedRocker227 wrote:
so i upload the .sql file to 000's FTP thingy?
thank youThat works, but it's better to go into 000's PMA, and click import, then select the file. It will run the contents of the file into the DB.
the file size is like six times more than you're allowed, so i can't do that
Offline