Changes between Initial Version and Version 2 of Ticket #15162
- Timestamp:
- Jan 25, 2011, 12:21:45 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15162 – Description
initial v2 1 1 syncdb 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 2 2 3 What steps will reproduce the problem? 1. install the above programs 4 2. create a project 3. run syncdb 3 What steps will reproduce the problem? 4 5 1. install the above programs 6 2. create a project 7 3. run syncdb 5 8 6 9 Note: I have installed mySQL to support UTF 8. I also create the … … 12 15 syncdb create the required tables as follows: 13 16 17 {{{ 14 18 --------------------------------------------------------------------------------------------------------------------- 15 19 … … 32 36 33 37 --------------------------------------------------------------------------------------------------------------------- 38 }}} 34 39 35 40 I select 'YES' and get the following error: 36 41 42 {{{ 37 43 --------------------------------------------------------------------------------------------------------------------- 38 44 … … 128 134 warn(w[-1], self.Warning, 3) 129 135 _mysql_exceptions.Warning: Incorrect string value: '\xED' for column 130 'username' 136 'username' 131 137 at row 1 132 138 133 139 --------------------------------------------------------------------------------------------------------------------- 134 140 }}} 135 141 136 142 What version of the product are you using? On what operating system? 137 143 138 Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL- 139 Python v1.2.3 144 Django: v 1.2.4 Python: 2.6 MySQL Server: 5.5 Windows 7 Extra: MySQL-Python v1.2.3 140 145 141 146 Please provide any additional information below. 142 147 143 I also have mySQL C++ and ODBC database connectors installed. Any help 144 is greatly appreciated. 148 I also have mySQL C++ and ODBC database connectors installed. Any help is greatly appreciated.