Changes between Initial Version and Version 2 of Ticket #15162


Ignore:
Timestamp:
Jan 25, 2011, 12:21:45 PM (14 years ago)
Author:
Ramiro Morales
Comment:

[Re-formatted output, please use the ' Preview' button at least once before submitting the ticket, use WikiFormatting when creating the description and try to paste a well formatted Python traceback from your OS console screen (in the one you pasted each line is broken in three lines and it dificutls its reading)]

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15162 – Description

    initial v2  
    11syncdb fails when creating super user - Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3
    22
    3 What steps will reproduce the problem? 1. install the above programs
    4 2. create a project 3. run syncdb
     3What steps will reproduce the problem?
     4
     5 1. install the above programs
     6 2. create a project
     7 3. run syncdb
    58
    69Note: I have installed mySQL to support UTF 8. I also create the
     
    1215syncdb create the required tables as follows:
    1316
     17{{{
    1418---------------------------------------------------------------------------------------------------------------------
    1519
     
    3236
    3337---------------------------------------------------------------------------------------------------------------------
     38}}}
    3439
    3540I select 'YES' and get the following error:
    3641
     42{{{
    3743---------------------------------------------------------------------------------------------------------------------
    3844
     
    128134   warn(w[-1], self.Warning, 3)
    129135_mysql_exceptions.Warning: Incorrect string value: '\xED' for column
    130 'username'
     136'username' 
    131137at row 1
    132138
    133139---------------------------------------------------------------------------------------------------------------------
    134 
     140}}}
    135141
    136142What version of the product are you using? On what operating system?
    137143
    138 Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-
    139 Python v1.2.3
     144Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3
    140145
    141146Please provide any additional information below.
    142147
    143 I also have mySQL C++ and ODBC database connectors installed. Any help
    144 is greatly appreciated.
     148I also have mySQL C++ and ODBC database connectors installed. Any help is greatly appreciated.
Back to Top