Error running dap --loglevel info initdb --table courses
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2023
08:18 AM
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.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2023
07:28 AM
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: