php - phpmyadmin show full sql output -


seems phpmyadmin trims end of sql output when running operation commands .. need phpmyadmin show full output

enter image description here

any ideas?

after quick search on google found this: http://wiki.phpmyadmin.net/pma/config#maxcharactersindisplayedsql

it seems have edit config file of phpmyadmin , set $cfg['maxcharactersindisplayedsql'] = 1000; value want.


Comments