Hello, I have problem when i try edit DB by PhpMyAdmin. I got Error in processing request Error code: 403 Error text: Forbidden
Mod Security Installation can be one of the reasons for this error. You can find phpMyAdmin.conf and disable Mod Security in phpMyAdmin and add SecRuleEngine Off. Also, you can do it the other way to secure your phpMyAdmin installation. <Directory /usr/share/phpMyAdmin/> AddDefaultCharset UTF-8 SecRuleEngine Off .... </Directory>
Hello, I don't have problem with edit in phpMyAdmin when i run server in local network. But when i run server in external address then i can'y edit DB.