Hi PMA coders,
I'm using following versions:
PMA: 4.0.9
Database client version: libmysql - 5.5.31
Server: MyDB (xx.xx.xx.xx via TCP/IP)
Server type: Percona Server
Server version: 5.1.71rel14.9 - Percona Server with XtraDB (GPL), Release rel14.9, Revision 589
Protocol version: 10
Browser: Opera 12.16 linux
Desktop OS: Ubuntu 12.04
Problem description:
Import of table dump in SQL format has not been successful as a newline format is MAC style. Operation stucks or import is partial only. After conversion to Linux newline format it works.
I've attached the example of such SQL dump.
I submitted a pull request that should fix this bug:
https://github.com/phpmyadmin/phpmyadmin/pull/765
Fixed with pull request 765, thanks to Tim.