Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15466, comment 6


Ignore:
Timestamp:
09/04/2012 01:24:31 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15466, comment 6

    initial v1  
    55I imported the database to my Windows system from a backup created using backupwordpress.
    66Possibly relevant lines from the mysql dump file are:
     7{{{
    78-- MySQL dump 10.13  Distrib 5.1.63, for pc-linux-gnu (i686)
    89-- Server version       5.1.63-cll
     
    2021) ENGINE=MyISAM AUTO_INCREMENT=9996 DEFAULT CHARSET=latin1;
    2122/*!40101 SET character_set_client = @saved_cs_client */;
    22 
     23}}}
    2324So I guess it's the latin1 that's causing the problem.
    2425