$cfg['TempDir'] (/var/lib/phpmyadmin/tmp/)

You need

#nano /etc/phpmyadmin/config.inc.php

and add

$cfg ['TempDir'] = '/tmp';

6 Likes