• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How To install Adminer on Ubuntu 16.04

{{postValue.id}}

To install Adminer on Ubuntu 16.04

Adminer is a database management tool with a clear and consistent user interface. It is built based on PHP and is a very similar to PHPMyAdmin functionality. It is very lightweight, but at the same time, it is also very powerful. It is developed to improve security, user experience, performance etc. Adminer is available for MySQL, PostgreSQL, SQLite, MS SQL and Oracle. In this tutorial, you will learn about the method to install Adminer on Ubuntu 16.04


Pre-requisite
Install LAMP (apache, php , mariadb-server)

In mariadb (create database , user and give privilages to user)

Php modules (apt install php libapache2-mod-php php-curl php-cli php-mysql php-gd)

Installing Adminer

Before you begin with the process, make sure you create a new directory for adminer as follows.

root@linuxhelp:~# mkdir /usr/share/adminer


Now you shall download Adminer package and save it in the newly created directory.

root@linuxhelp:~#  wget " https://www.adminer.org/latest.php"  -O /usr/share/adminer/latest.php
--2017-11-20 18:59:45--  https://www.adminer.org/latest.php
Resolving www.adminer.org (www.adminer.org)... 54.79.123.29
Connecting to www.adminer.org (www.adminer.org)|54.79.123.29|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: static/download/4.3.1/adminer-4.3.1.php [following]
--2017-11-20 19:00:12--  https://www.adminer.org/static/download/4.3.1/adminer-4.3.1.php
Reusing existing connection to www.adminer.org:443.
HTTP request sent, awaiting response... 200 OK
Length: 436227 (426K) [application/octet-stream]
Saving to: ‘ /usr/share/adminer/latest.php’ 

/usr/share/adminer/l 100%[====================> ] 426.00K  76.5KB/s    in 5.6s    

2017-11-20 19:00:18 (76.5 KB/s) - ‘ /usr/share/adminer/latest.php’  saved [436227/436227]


And then, create a symbolic link for latest.php by making use of the following command.

root@linuxhelp:~#  ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php

Create new .conf file for adminer and add alias configuration. For that, you need to run the following command.

root@linuxhelp:~# echo " Alias /adminer.php /usr/share/adminer/adminer.php"  | sudo tee /etc/apache2/conf-available/adminer.conf
Alias /adminer.php /usr/share/adminer/adminer.php

Once it is done, make sure you enable the newly created .conf file by running the following command.

root@linuxhelp:~# a2enconf adminer.conf
Enabling conf adminer.
To activate the new configuration, you need to run:
  service apache2 reload

And once when it is done, you shall restart the Apache service.

root@linuxhelp:~# systemctl restart apache2

You can now proceed with the installation process via GUI. So, open your browser and give htttp://localhost/adminer.php as the URL. The installer of Adminer appears on your screen. Fill the database details and click Login

browser

Once you log in, the home page of Adminer appears.

database

You can look at the tables and views.
performance schema

With this, the installation of Adminer comes to an end.

Tags:
connor
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

why to use Adminer?

A

Adminer is a replacement of phpmyadmin, it is used for managing the Database through GUI

Q

What type of databases that adminer could manage?

A

MySQL, PostgreSQL, SQLite and Oracle databases

Q

where to get the official website of this tool?

A

check here https://www.adminer.org/en/

Q

is there any alternative to phpmyadmin like adminer?

A

yes, SQL Buddy https://www.linuxhelp.com/how-to-install-sql-buddy-on-ubuntu-16-04/

Q

Why is Adminer better than phpMyAdmin?

A

Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. See detailed comparison.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help David Lopez Guillen ?
Ayuda urgente instale SSL para servidor Opensuse y ahora no funciona tengo servicio web

hola segui este tutorial para tener un certificado ssl y ahora no se ve mi app en la red, espero alguien pueda ayudarme, tengo M9oodle en3.5 en un servidor open suse y ahora no funciona por favor ayuda.

https://www.linuxhelp.com/how-to-create-ssl-certificate-in-opensuse

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.