64ビットマシンにphpMyAdminを導入する時の注意

64ビットマシン上にphpMyAdminを導入し、クッキーを使用してログインする場合はmcryptが必須

When using the "cookie" authentication method, the mcrypt extension is strongly suggested for most users and is required for 64–bit machines. Not using mcrypt will cause phpMyAdmin to load pages significantly slower.

Welcome to phpMyAdmin’s documentation! — phpMyAdmin 5.0.0-dev documentation


# yum -y install libmcrypt*

PHPをソースインストールしている場合は、--with-mcrypt=/usr を追加してコンパイルし直す。