Changes between Initial Version and Version 1 of Ticket #15466, comment 6
- Timestamp:
- 09/04/2012 01:24:31 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15466, comment 6
initial v1 5 5 I imported the database to my Windows system from a backup created using backupwordpress. 6 6 Possibly relevant lines from the mysql dump file are: 7 {{{ 7 8 -- MySQL dump 10.13 Distrib 5.1.63, for pc-linux-gnu (i686) 8 9 -- Server version 5.1.63-cll … … 20 21 ) ENGINE=MyISAM AUTO_INCREMENT=9996 DEFAULT CHARSET=latin1; 21 22 /*!40101 SET character_set_client = @saved_cs_client */; 22 23 }}} 23 24 So I guess it's the latin1 that's causing the problem. 24 25