帝国cms在安装建立数据表的时候报错:Row size too large (> 8126).Changing some columns to TEXT or BLOB or using ROW_FORMAT=DYNAMIC or ROW_FORMAT=COMPRESSED may help.这个问题怎么处解决
function gettabledata() $data = array();
$row= mysql_fetch_assoc($query);
//Here I am unable to get that how can I pass the fetched data in row// variable to anywhere this function called