phpmyadmin show full sql output
mysql, php, phpmyadmin
Solution
After a quick search on Google i found this: http://wiki.phpmyadmin.net/pma/Config#MaxCharactersInDisplayedSQL
It seems that you just have to edit the config file of PHPmyadmin and set `$cfg['MaxCharactersInDisplayedSQL'] = 1000;` to the value you want.
Problem
Seems phpmyadmin trims the end of the sql output when running operation commands .. I really need phpmyadmin to show the full output Any Ideas?