Adminer Tool for CentOS/RHEL & Ubuntu/Debian
By Anuket Jain On 5 October 2015 In Database
Adminer tool is a full-featured database management tool written in PHP. It consist of a single PHP file which is ready to deploy on the target server. Adminer supports MySQL, PostgreSQL, SQLite, SQL Server, and Oracle, and runs under PHP4 or PHP5. Adminer can modify tables, indexes, foreign keys, views, stored procedures, functions, and triggers. It’s easy to browse or update data, and run your own SQL queries.
Features:
Download Adminer Tool:
You can download lastet version of adminer from Adminer official website. Alternatively you can also download adminer using following command:
# cd /tmp # wget https://www.adminer.org/static/download/4.2.2/adminer-4.2.2.php
Move Adminer:
Move the adminer php file into DocumentRoot.
# mv adminer-4.2.2.php /var/www/html/adminer.php
Access Adminer:
Finally, open and point to your browser at ‘adminer‘ directory.
http://Domain-Name/adminer.php OR http://IP-Address/adminer.php
List of Database supported by Adminer:
Enjoy it!