PDA

View Full Version : Importing a database


bikerdave
10-12-03, 10:04 AM
Folks, I have my forum database on another host. I cannot export it using phpMyadmin because it times out. The db is 13Mb in size.

I've used SSH to dump the db on the other host but I read in the powweb FAQ's today that powweb doesn't support shell programmes.

Any suggestion on how I could import the database into powweb. I don't think phpMyadmin can read the way the db has been saved, when I used mysqldump. :(

tbonekkt
10-12-03, 12:57 PM
I believe MYSQL-Front would work for this.

bikerdave
10-12-03, 01:29 PM
Originally posted by tbonekkt
I believe MYSQL-Front would work for this.

Thanks tbonekkt, I hadn't known about that one, I'll give it a go. :cool:

bikerdave
10-16-03, 09:56 PM
tbonekkt, that seems to be working.

there's a little problem with getting it to overwrite data in the tables, rather than just adding it but I'll work on that. :cool:

tbonekkt
10-16-03, 10:01 PM
I actually use another program as well - SQLyog. Try it here: http://www.webyog.com/sqlyog/

HalfaBee
10-16-03, 10:13 PM
I wrote a little script for big imports, it uses mysql directly and is very quick.

http://forum.powweb.com/showthread.php?threadid=20022

HalfaBee

bikerdave
10-17-03, 11:33 AM
Originally posted by HalfaBee
I wrote a little script for big imports, it uses mysql directly and is very quick.

http://forum.powweb.com/showthread.php?threadid=20022

HalfaBee

Thankyou, I will give that a go. :cool:

bikerdave
10-20-03, 06:20 PM
Originally posted by HalfaBee
I wrote a little script for big imports, it uses mysql directly and is very quick.

http://forum.powweb.com/showthread.php?threadid=20022

HalfaBee


HalfaBee, you are an absolute star. That worked a treat. :cool:

My importing hassles are over. :D

HalfaBee
10-20-03, 07:09 PM
Not a problem.

Happy to hear it worked ok.

HalfaBee