Wednesday 19 | 12:31:PM
Saw some people get confused with viewing SQL dump and I have small trick up the sleeves to help
cat FILE.sql | dos2unix -f | gawk -f split.awk
With the split.awk file being this https://gist.github.com/slawo-ch/8943494...dc535a40f0
only work with mysql
cat FILE.sql | dos2unix -f | gawk -f split.awk
With the split.awk file being this https://gist.github.com/slawo-ch/8943494...dc535a40f0
only work with mysql