I want to upload CSV file to and use it as a DataSource in my dashboard, but while uploading a CSV file i am getting an error,
Error executing write query: (conn=26919) Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
I am using MySql database from Ubuntu server.