ranger
ranger copied to clipboard
For solving the issue when run setup.sh about x_portal_user table
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
If I solve this issue, I should change 'innodb_page_size' but it is hard to us. So I change the type of those columns to TEXT