Skip to content
Advertisement

Tag: row

sorting rows of a data file with Linux

I would like to sort the lines of a data file (each line idependent from each other) from the first character. For example, if I have a data file I would like to end with something like I have tried to do it using the sort command, but it sorts the columns (not the line). Transposing the data file +sort

MySQL “Error Code: 1118. Row size too large (> 8126)”

I have two installs of MySQL. One is on my local Linux laptop and the other is on our Development Linux server. Both installs are the same version (mysql Ver 14.14 Distrib 5.6.23). When I run a create statement for a table on my local install it completes successfully. When I try to run that same create on the server

Advertisement