Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

install backup database


yulises

Recommended Posts

Posted

Hello

my site is in hebrew,

I lost my database . when I imported the backup file of the databse that I had , I got all the letters in the site as " ??????? " instead of hebrew launguge lettes ?

Is there any solutions for this problems

 

Thanks in advance

Posted
my site is in hebrew,

I lost my database . when I imported the backup file of the databse that I had , I got all the letters in the site as " ??????? " instead of hebrew launguge lettes ?

Is there any solutions for this problems

Might be a problem with the character set used by the MySQL connection being different than the one in your backup.

 

Try Big Dump for importing the backup and make sure you enter the character set you used for your site in the file itself (around line 66):

// Connection character set should be the same as the dump file character set (utf8, latin1, cp1251, koi8r etc.)
// See http://dev.mysql.com/doc/refman/5.0/en/charset-charsets.html for the full list

$db_connection_charset = '';

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...