Question

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>
Was it helpful?

Solution

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

$cfg['AllowThirdPartyFraming'] = true;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top