How can I allow accessing my phpMyAdmin using iframe ? I have try removing cross_framing_protection.js, no change.

Using this simple iframe code

<iframe src="http://somedomain.com/phpMyAdmin/"></iframe>
有帮助吗?

解决方案

Just add to config.inc.php file this line:

$cfg['AllowThirdPartyFraming'] = true;
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top