Results 11 to 18 of 18
Hybrid View
-
25th Oct 2009, 09:37 AM #1OPWebsite's:
PornoDDL.ws MovizDDL.wshello there, I tried to use bigdump again and thankfully I have been able to add the database but unfortunately I have a blank page for my site take a look
http://forum.movizddl.com
any help
desibreaker Reviewed by desibreaker on . How to import a large database Hi, how to import a large database in mysql? I have tried bigdump but I'm getting an internal error. Have tried many other method even then no result! Help please Rating: 5
-
25th Oct 2009, 02:45 PM #2MemberWebsite's:
KinkKorner.com Warez-Project.netPersonally I use SQLdumper, it can handle large databases with no problem.
Info and download:
Code:http://www.mysqldumper.net/
Pikeypete
-
25th Oct 2009, 02:49 PM #3Member
I use bigdump or if its really big i do it via ssh on my server.
It's amazing, being in a community can cause hate. Competitors or not - DDOS isn't cool :)
-
25th Oct 2009, 06:37 PM #4Member
Always after importing your database check it with phpmyadmin for errors and fix anything by repair command.
I see it sorted out now.
-
25th Oct 2009, 06:38 PM #5Member
if you have ssh access you can do it yourself with some simple commands.
but if you are hosted with someone, just ask your host to do it.
they should be able to do it, if not you have a crappy host.
-
25th Oct 2009, 06:52 PM #6BannedWebsite's:
SmartWarez.org SwoImage.com MazaOnline.comIf you have ssh access,then it's so easy, go and download putty enter Your details..
You will need the database username, password and database name, and putty
After you ssh into OLD server, type "mysqldump -u USER_NAME -p DB_NAME | gzip > FILE.sql.gz"
Enter the database password when it asks. Then, usinf FTP or sFTP, copy the FILE.sql.gz file from the OLD server to the NEW server. (Presumably by copying it from OLD server to your PC and then to NEW server.)
After you ssh into NEW server, type "gunzip < FILE.sql.gz | mysql -u USER_NAME -p DB_NAME"
Enter the database password when it asks. When it is done, your database will be copied to the new server.
Restoring . ssh to new host (make sure the database actually exists!)
mysql database -uusername -p < database.sql
or simply mysql database -uusername -p
enter password
source database.sql
PM me if you need more help.
-
26th Oct 2009, 12:41 AM #7Respected MemberWebsite's:
nooky.usI use HeidSQL ... free and don't have to install anything on your server.
Works perfect!
http://www.heidisql.com/
-
26th Oct 2009, 12:43 AM #8Member
i simply do ->
mysql -D database_name < file.sql
lol easier.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Can't import dreamhost database in other
By rahul23 in forum Server ManagementReplies: 11Last Post: 10th Feb 2012, 01:50 PM -
who knows how to import a large database on VPS via SSH . please help
By Ciul3x in forum Technical Help Desk SupportReplies: 11Last Post: 27th Oct 2011, 09:25 PM -
How To Import Large DataBase On to Kloxo?
By desibreaker in forum Tutorials and GuidesReplies: 0Last Post: 23rd Jul 2011, 02:46 PM -
How to Import database.sql
By Trusteduploader in forum Web Application/Script SupportReplies: 6Last Post: 27th Mar 2011, 05:00 PM -
Cannot import phpbb2 database :S
By babarali124 in forum vBulletinReplies: 2Last Post: 12th Jun 2010, 04:52 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...