Hi
Due to Fantastico's now well-known problems with Drupal upgrades, my site got stuck in the middle of an upgrade to 4.6 (to be immediately upgraded itself to 4.7, of course) and the only thing I have now are the site backups (code+DB) that Fantastico made.
Now I'm trying to restore my site manually from those backups, in order to upgrade it manually later. However, I'm unable to find the appropriate selection of DB character set in phpMyAdmin when importing the SQLdump that Fantastico made:
- When I choose the default UTF-8 in phpMyAdmin, the import process breaks due to problems in some tables.
- When I choose the LATIN1 or CP850 encodings in phpMyAdmin, the import process goes through the end, but all the 'foreign' characters in my content (i.e. accented letters and so on) come out garbled, which is unacceptable.
Can somebody explain how to detect the charset of an SQLdump? This is what I have in the first lines of my 35 MB backup.sql file:
-- MySQL dump 9.11
--
-- Host: localhost Database: c10blogs_drpl1
-- ------------------------------------------------------
-- Server version 4.0.26-standard
Please note that I can't do a fresh SQL dump using a specific charset, because the site is broken, so I must work with the one Fantastico made.
Thank you for any assistance
--
Albert