After a while you get some experience - so you can manage. Well if you always set up the same server type like Apache.
I wanted to try out the nginx server which cannot do everything Apache does; but those six things that you need are done 50 times faster!

I'll get back to nginx but the point here is that I got nginx up and running with php and MariaDB so I was almost home free - but that
phpmyadmin would not play along - as usual.There is no way a professional that has to manage databases for different clients can handle that with phpmyadmin - I thought. There must be a simpler, out of the box, solution that does not require a double somersault to make it work.
And there is:
Adminer is a basically a single file that you can upload to your server and manage your databases right away (and delete it after you are finished -if you so desire).
To good to be true? I thought so - but it works
Naturally you have to have a working php and mysql/MariaDB installation - many distros have a LAMP meta-package for that. I will not go further into that here (but - as always -feel free to ask).
I made a directory under my server called adminer and put one single file in there the adminer index.php.
My server is under ~/public_html so adminer is now in
Code: Select all
~/public_html /adminerAfter that I go to
Code: Select all
http://localhost/adminerTo get a different look and feel you can add one file in the same directory called adminer.css and fill it with the content of one of the styles presented here (under Alternative designs).
My adminer looks like this now:

