Results 1 to 10 of 18
Hybrid View
-
25th Oct 2009, 06:52 PM #1BannedWebsite'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.AoN Reviewed by AoN 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
-
26th Oct 2009, 12:41 AM #2Respected 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 #3
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...