I was wondering what the row size limit in Google Cloud SQL was? For MySQL databases the limit is 65 Kb and I was wondering if that is the case for Google Cloud SQL as well. Link to MySQL row size limit page: http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html
相关问题
- sqlyog export query result as csv
- NOT DISTINCT query in mySQL
- MySQL: conduct a basic search
- Why sometimes there is one of more gap(s) in the v
- mySQL alter table on update, current timestamp
Cloud SQL supports MySQL 5.5 and 5.6. The same MySQL row size limit applies.