A
A
Alexander Diunov2015-05-01 15:08:01
PHP
Alexander Diunov, 2015-05-01 15:08:01

How to edit phpmyadmin config on debian?

Phpmyadmin installed on debian 7 via apt-get install phpmyadmin.
The manuals say that the config is located at /etc/phpmyadmin/config.inc.php, but editing this file does not lead to changes.
Similarly, creating config.inc.php in /usr/share/phpmyadmin, as written in other manuals, also did not bring results.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Diunov, 2015-05-01
@adiunov

It turned out that open_basedir was configured in php-fpm, which did not allow reading from /etc/phpmyadmin, while the script for some reason did not give an error.
Resolved by adding /etc/phpmyadmin to open_basedir.

A
Anton B, 2015-05-01
@bigton

/var/lib/phpmyadmin/ look

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question