Celebrate Excellence in Education: Nominate Outstanding Educators by April 15!
Found this content helpful? Log in or sign up to leave a like!
I am getting an error running DAP (version dap 0.3.14) initdb for our MySQL courses table. The error message is "Incorrect string value: '\\xE2\\x80\\xA8200...' for column 'syllabus_body' at row 96"). The course ID is 7751. The full command is:
dap --loglevel info initdb --table courses
A redacted log file is attached.
Solved! Go to Solution.
The issue is related to the handling of utf8 data by our older, MySQL 5.7 database. The issue was resolved by altering the database to use the newer MySQL utf8 character set and collation. The resolution was described here:
The issue is related to the handling of utf8 data by our older, MySQL 5.7 database. The issue was resolved by altering the database to use the newer MySQL utf8 character set and collation. The resolution was described here:
To participate in the Instructure Community, you need to sign up or log in:
Sign In