MyBB Community Forums

Full Version: when importing a database backup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
this is the error I'm receiving:

SQL query:

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

MySQL said: Documentation
#1231 - Variable 'character_set_client' can't be set to the value of 'NULL' 

it looks like it imported all the tables....
So if it is imported what is the problem?
I Think You Have Took Sql Backup From Admin Cp

Actually I Advise You to take Sql Backup From phpmyadmin
If you are having problems with other ways to backup and restore databases have a look at http://webcheatsheet.com/sql/mysql_backup_restore.php
(2012-09-10, 09:54 AM)EGman Wrote: [ -> ]So if it is imported what is the problem?

because I've never seen that error at the end of an import.

(2012-09-10, 02:55 PM)Marks-Mans Wrote: [ -> ]I Think You Have Took Sql Backup From Admin Cp

Actually I Advise You to take Sql Backup From phpmyadmin

I was taking a backup from phpmyadmin.

(2012-09-10, 07:02 PM)JordanMussi Wrote: [ -> ]If you are having problems with other ways to backup and restore databases have a look at http://webcheatsheet.com/sql/mysql_backup_restore.php

I think the forum is OK, but I do still wonder what that error was all about.