Quick Setup Adminer using PHP built in webserver

Why is Adminer better than phpMyAdmin?

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

Requirement :

  1. PHP Installation
  2. Adminer

Adminer version when this article posted is 4.2.5.

Here is the snippet :

php -S 127.0.0.1:8082 -t adminer.php

And here is some output :

~/Projects❯ php -S 127.0.0.1:8082 adminer.php
PHP 7.0.13 Development Server started at Thu Feb  9 13:22:31 2017
Listening on http://127.0.0.1:8082
Document root is /Users/fajriabdillah/Projects
Press Ctrl-C to quit.

Server is powered by Digital Ocean, use my referral link to get $10 bonus.

Fajri Abdillah

A father with 1 awesome wife and 1 awesome son. Have 3 salt water tank (and will be add more). I'm also collecting Hotwheels, small investment for my son.

Bandung, Indonesia https://fajri.my.id
comments powered by Disqus