Mentalist 0 Posted March 16, 2014 Hi, how can i trasnfer my trunk to another host? Can anyone tell me step by step the route? or at least give me some explanation?XD Quote Share this post Link to post Share on other sites
0 karazu 33 Posted March 17, 2014 (edited) copy and pasteWinSCP to Desktop to WinSCP New host Edited March 17, 2014 by karazu Quote Share this post Link to post Share on other sites
0 Mentalist 0 Posted March 17, 2014 well that was enough clear , i meant about the sql.. will i have problem with my sql database if i transfer my trunk host? Quote Share this post Link to post Share on other sites
0 Dastgir 1246 Posted March 17, 2014 From Putty: Login to putty(assuming that you using linux) type following command mysqldump -u root -pPASSWORDHERE database > filename.sql it will create filename.sql in the folder you are in, download that filename.sql to your pc, connect to your new vps, transfer filename.sql to there. then open putty and type following command mysql -u root -pPASSWORDHERE database < filename.sql OR If using PhpMyAdmin: select a database, and export the database by button located at top, choose appropriate options, and export it,(file will be downloaded.) On New Host: Login to phpmyadmin,create database, select that database, Press Import button located at top(besides Export Button), Choose your sql file and submit, and your database will be transferred. Quote Share this post Link to post Share on other sites
0 PonyVPS 3 Posted March 18, 2014 Hello, or better to ask for help, on your new HOST Quote Share this post Link to post Share on other sites
Hi, how can i trasnfer my trunk to another host? Can anyone tell me step by step the route? or at least give me some explanation?XD
Share this post
Link to post
Share on other sites