From 081719f794453c4614d407b48a5ea4ec9eed9b1d Mon Sep 17 00:00:00 2001 From: Anastasia Date: Sun, 16 Mar 2025 17:36:20 +0000 Subject: [PATCH] Updated _Footer (markdown) --- Compile-adminer-from-sources.md | 14 ++++++++++++++ _Footer.md | 1 - 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 Compile-adminer-from-sources.md delete mode 100644 _Footer.md diff --git a/Compile-adminer-from-sources.md b/Compile-adminer-from-sources.md new file mode 100644 index 0000000..172a653 --- /dev/null +++ b/Compile-adminer-from-sources.md @@ -0,0 +1,14 @@ +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 +``` + + + diff --git a/_Footer.md b/_Footer.md deleted file mode 100644 index a409afd..0000000 --- a/_Footer.md +++ /dev/null @@ -1 +0,0 @@ -Adminer Wiki \ No newline at end of file