SRS Posted March 11, 2009 Posted March 11, 2009 When im importing database using bigdump im getting errorError at the line 3004: SET character_set_client = @saved_cs_client; Query: SET character_set_client = @saved_cs_client; MySQL: Variable 'character_set_client' can't be set to the value of 'NULL' can someone suggest me how to correct this error
Bono Posted March 11, 2009 Posted March 11, 2009 Import your database from shell something like this: mysql -u user name -p db_name < location to mysql dump on the disk.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.