• hi there
    by using source command i got this error:

    ERROR 1231 (42000): Variable 'character_set_client' can't be set to the value of
    'NULL'
    Query OK, 0 rows affected (0.00 sec)
    
    ERROR 1231 (42000): Variable 'collation_connection' can't be set to the value of
    'NULL'
    mysql>

    and by using mysqldump got this:
    ` ERROR 2006 (HY000) at line 5418: MySQL server has gone away’

    thanks for reply

Viewing 1 replies (of 1 total)
  • Thread Starter desatir7316

    (@desatir7316)

    used this command for back up, solved my problem:

    mysqldump -u root dbname > bkname.sql --hex-blob

Viewing 1 replies (of 1 total)
  • The topic ‘error while restoring db’ is closed to new replies.