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

MySQL error when executing ALTER_TABLE_OBSERVATORIO_ESTADO_OAW_4.2.1.sql #28

Open
marcorcau opened this issue Dec 2, 2021 · 0 comments

Comments

@marcorcau
Copy link
Contributor

Hello,

I am getting the following error when executing the /4.2.1/ALTER_TABLE_OBSERVATORIO_ESTADO_OAW_4.2.1.sql script on a fresh install:

ERROR 1118 (42000): 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

This is with following DB version, with Debian defaults:

Server version: 10.5.12-MariaDB-0+deb11u1 Debian 11

Setting both fields length to 4000 instead of 8000 solves the problem:

ALTER TABLE observatorio_estadoCHANGEultima_url ultima_urlVARCHAR(4000); ALTER TABLEobservatorio_estadoCHANGEactual_url actual_url VARCHAR(4000);

¡¡ Thanks for a great app !!

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

1 participant