Adminer the simple phpmyadmin replacement

What do you have and what do you want?

Moderators: b1o, jkerr82508

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Adminer the simple phpmyadmin replacement

Postby viking60 » 28 Aug 2013, 16:18

I have often struggled with setting up phpmyadmin to populate my Mysql/MariaDB databases - and mostly I manage. But everytime I set up a new server I have to do some research to make it work.

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! +1

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 :f 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. :think:

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 :dance:

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 /adminer

After that I go to

Code: Select all

http://localhost/adminer
in my browser and by a miracle I can log in and handle my databases there.

To 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:
Image
Image

This is one of the best pieces of software I have stumbled over in a long time so i think I will officially recommend it now:
Image
+1
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Adminer the simple phpmyadmin replacement

Postby dedanna1029 » 30 Aug 2013, 21:53

Nice! :)

Just out of curiosity, what kind of space does the server for bjoernvold's forum take (currently) hard drive-wise, and is Adminer handling it as well?
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: Adminer the simple phpmyadmin replacement

Postby viking60 » 30 Aug 2013, 23:08

Yup the adminer works perfectly on bjoernvold.com.
And bjoernvold com is bloated with a lot of my experiments so it takes about 400MB.

This forum does not take much. The CMS on the front page is my development/programing and I keep adding stuff to it so it gets big even if it not is visible to you and much of it will probably never be.
And then there are several versions etc..

PS the code of my Content management system on the front page is encrypted for security reasons - but with a message on the top of the page that anybody who wants the code can mail me.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8784
Joined: 14 Mar 2010, 20:29
Contact:

Re: Adminer the simple phpmyadmin replacement

Postby dedanna1029 » 31 Aug 2013, 00:18

Interesting...
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html


Return to “Software”