FAQ 1.37
From PmaWiki
[edit] I run phpMyAdmin on cluster of different machines and password encryption in cookie authentication doesn't work.
If your cluster consists of different architectures, PHP code used for encryption/decryption won't work correctly. This is caused by use of pack/unpack functions in code. Only solution is to use mcrypt PHP extension which works fine in this case.
