Package: phpmyadmin Version: 4:3.3.7-6 The sql creation script "/usr/share/dbconfig-common/data/phpmyadmin/install/mysql" for the pma_history table has an invalid parameter lenght for timestamp time, as it's defined as timestamp(14).
Since MySQL 4.1 timestamp should be defined as timestamp(n) and it's no longer supported in MySQL 5.5. And in MariaDB 5.3 the max precision is 6 so it causes an error "mysql said: ERROR 1426 (42000) at line 72: Too big precision 14 specified for 'timevalue'. Maximum is 6.". Changing timestamp(14) to timestamp makes it possible to install under MySQL 5.5 and MariaDB 5.3 and previous versions of both. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

