Hi all
please look at bug #1042521 [1]. The problem there is that MySQL wants unix end of lines, while it is running on Mac. Easiest solution would be to change PMA_whichCrlf to return \n for mac. As I see other places, there is anyway code like: (PMA_whichCrlf() == "\n") ? '\n' : '\r\n'), which means we didn't use \r on any other place than export (and this code was probably wrong for Mac). Is it okay to do this change?
1. https://sourceforge.net/tracker/index.php?func=detail&aid=1042521&gr...