Skip to content

Compile adminer from sources

Anastasia edited this page Mar 16, 2025 · 1 revision

Adminer Wiki

if you need to compile adminer from sources only for a specific database and for your specific language, copy the latest version of the archive to your server, unpack the archive and run the command for manual compilation, for example:

# only for PostgreSQL and Russian language
/usr/bin/php7.4 compile.php pgsql ru

# only for MySQL and Russian language
/usr/bin/php7.4 compile.php mysql ru

Clone this wiki locally