moving big sites servers

Status
Not open for further replies.

lenney

Active Member
669
2008
1
0
i have just taken over a site which has a huge database and i am wondering wot is the best way to move it

i tried to bigdump the database but get loads of errors
 
18 comments
Big dump is probably best way to imprt a large database. just try and iron out the errors your getting

normaly it comes from a bad export of the database from phpmyadmin.
 
i am really rusty with bigdump not used it for years

Error at the line 3011: /*!40101 SET character_set_client = @saved_cs_client */;
Query: /*!40101 SET character_set_client = @saved_cs_client */;
MySQL: Variable 'character_set_client' can't be set to the value of 'NULL'
Stopped on error
 
Dump it via command line (ssh), there are plenty of tutorials on the internet for this. Then tar gunzip it and rsync to the new server. Then just import via command line and voila, problem solved!
 
still same error grr

MySQL says:
Variable 'character_set_client' can't be set to the value of 'NULL'
Error in Query:
/*!40101 SET character_set_client = @saved_cs_client */;
 
Hi Lenney,
Contact your host and they should be able to import it for you via SSH - would be much quicker for you.

If they can't you really shouldn't be hosting with them :P
 
Status
Not open for further replies.
Back
Top