Hi, 
When I wana copying xenforo_db to newxenforo_db for testing purpose using putty following ssh command:
	
	
	
		
Initially i got max_allowed_ packet error...
 
after googling i changed the command as :
	
	
	
		
and this time i got the error:
I am confused how to change net_write_timeout and net_read_ timeout using ssh.
i have godaddy shared hosting
Can anyone help?
				
			When I wana copying xenforo_db to newxenforo_db for testing purpose using putty following ssh command:
		Code:
	
	mysqldump -uDB_user -p=DB_pass -hDB_host xenforo_db | mysql -uDB_user -pDB_pass -hDB_host newxenforodbInitially i got max_allowed_ packet error...
after googling i changed the command as :
		Code:
	
	mysqldump --opt -max_allowd_packet=1G -uDB_user -p=DB_pass -hDB_host xenforo_db | mysql -uDB_user -pDB_pass -hDB_host newxenforodband this time i got the error:
The numbers are always different in each error log.mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `xf_post` at row: 334751
I am confused how to change net_write_timeout and net_read_ timeout using ssh.
i have godaddy shared hosting
Can anyone help?

 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		