Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

django.db.utils.OperationalError: (1118, 'Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs') #11

Open
bballamudi opened this issue Aug 2, 2020 · 1 comment

Comments

@bballamudi
Copy link

Describe the bug
When tried to follow your instructions I get thrown the error in the title.

To Reproduce
Steps to reproduce the behavior:

  1. Set up the database connection
  2. Go to the directory Ui
  3. Run from the command line 'python manage.py migrate'
  4. See error

Expected behavior
I would expect the command to run successfully setting up the database with the necessary tables in it.

Screenshots
image

Desktop (please complete the following information):

  • OS: WSL1, WIN 10
  • Browser: Firefox dev

Domain Database

  • MySQL

Additional context
Add any other context about the problem here.

@hahahaL
Copy link

hahahaL commented Dec 20, 2023

the same issue occur django-sqlite change to django-mysql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants