ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Need a web GUI interface to MySQL

    IT Discussion
    mysql phpmyadmin web gui adminer
    8
    24
    6.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • JaredBuschJ
      JaredBusch
      last edited by JaredBusch

      Is phpMyAdmin still the goto for this?

      Is there something better?

      Emad RE ObsolesceO 2 Replies Last reply Reply Quote 1
      • black3dynamiteB
        black3dynamite
        last edited by

        I either use phpMyAdmin or Adminer.

        JaredBuschJ 1 Reply Last reply Reply Quote 1
        • JaredBuschJ
          JaredBusch @black3dynamite
          last edited by

          @black3dynamite said in Need a web GUI interface to MySQL:

          I either use phpMyAdmin or Adminer.

          I like how lightweight adminer is.

          dafyreD 1 Reply Last reply Reply Quote 0
          • dafyreD
            dafyre @JaredBusch
            last edited by

            @jaredbusch said in Need a web GUI interface to MySQL:

            @black3dynamite said in Need a web GUI interface to MySQL:

            I either use phpMyAdmin or Adminer.

            I like how lightweight adminer is.

            I may have to give that one a check. We still use phpMyAdmin here.

            JaredBuschJ 1 Reply Last reply Reply Quote 0
            • JaredBuschJ
              JaredBusch @dafyre
              last edited by JaredBusch

              @dafyre said in Need a web GUI interface to MySQL:

              @jaredbusch said in Need a web GUI interface to MySQL:

              @black3dynamite said in Need a web GUI interface to MySQL:

              I either use phpMyAdmin or Adminer.

              I like how lightweight adminer is.

              I may have to give that one a check. We still use phpMyAdmin here.

              Two pieces. Admin and Edit.

              Admin:
              0_1529087589145_0deebef8-04d7-460d-aa8a-b886591e4a6b-image.png

              Edit:
              0_1529087692601_24da9089-2e6d-4bfe-8730-974e033cbb11-image.png

              black3dynamiteB 1 Reply Last reply Reply Quote 1
              • black3dynamiteB
                black3dynamite @JaredBusch
                last edited by

                @jaredbusch said in Need a web GUI interface to MySQL:

                @dafyre said in Need a web GUI interface to MySQL:

                @jaredbusch said in Need a web GUI interface to MySQL:

                @black3dynamite said in Need a web GUI interface to MySQL:

                I either use phpMyAdmin or Adminer.

                I like how lightweight adminer is.

                I may have to give that one a check. We still use phpMyAdmin here.

                Two pieces. Admin and Edit.

                Admin:
                0_1529087589145_0deebef8-04d7-460d-aa8a-b886591e4a6b-image.png

                Edit:
                0_1529087692601_24da9089-2e6d-4bfe-8730-974e033cbb11-image.png

                I love how clean the interface is.

                1 Reply Last reply Reply Quote 0
                • Emad RE
                  Emad R @JaredBusch
                  last edited by Emad R

                  @jaredbusch

                  If you want web GUI for users, check out

                  http://www.vfront.org/

                  For admin stuff, most devs uses mysql workbench its 28 MB and has alot of functionality.

                  If you want to do via WEB go phpmyadmin.

                  Why do you want to use anything other than phpmyadmin, it is very stable mature project since years, the other alternatives for it are meh, who gives shit if the alternative is single file install.

                  JaredBuschJ 2 Replies Last reply Reply Quote 0
                  • ObsolesceO
                    Obsolesce @JaredBusch
                    last edited by

                    @jaredbusch said in Need a web GUI interface to MySQL:

                    Is phpMyAdmin still the goto for this?

                    Is there something better?

                    I use phpMyAdmin for web GUI... but when it's publicly accessible, I don't use a default setup. There's some extra steps in securing it that are often overlooked.

                    1 Reply Last reply Reply Quote 1
                    • JaredBuschJ
                      JaredBusch
                      last edited by

                      nice overview on the editor side .

                      Also, damn, 3.5 million calls in the CDR since Jan 10, 2013.
                      0_1529089741624_cf783bc2-efce-4b0b-b599-62b317d38d57-image.png

                      1 Reply Last reply Reply Quote 0
                      • ObsolesceO
                        Obsolesce
                        last edited by

                        Never used adminer before... gonna check it out.

                        It looks like a damn good and more secure replacement.

                        JaredBuschJ 1 Reply Last reply Reply Quote 1
                        • JaredBuschJ
                          JaredBusch @Obsolesce
                          last edited by

                          @obsolesce said in Need a web GUI interface to MySQL:

                          Never used adminer before... gonna check it out.

                          It looks like a damn good and more secure replacement.

                          i've not looked at securing.

                          This is internal only for the moment. jsut needed some quick access tools for testing.

                          black3dynamiteB 1 Reply Last reply Reply Quote 0
                          • dbeatoD
                            dbeato
                            last edited by

                            I still use PHpmyadmin and has worked well.

                            1 Reply Last reply Reply Quote 0
                            • black3dynamiteB
                              black3dynamite @JaredBusch
                              last edited by

                              @jaredbusch said in Need a web GUI interface to MySQL:

                              @obsolesce said in Need a web GUI interface to MySQL:

                              Never used adminer before... gonna check it out.

                              It looks like a damn good and more secure replacement.

                              i've not looked at securing.

                              This is internal only for the moment. jsut needed some quick access tools for testing.

                              If necessary, one can setup basic HTTP authentication using nginx.

                              1 Reply Last reply Reply Quote 0
                              • 1
                                1337
                                last edited by 1337

                                If it doesn't have to be web based you could use MySQL Workbench - which I think is more capable than the web GUIs.

                                1 Reply Last reply Reply Quote 0
                                • JaredBuschJ
                                  JaredBusch @Emad R
                                  last edited by

                                  @emad-r said in Need a web GUI interface to MySQL:

                                  For admin stuff, most devs uses mysql workbench its 28 MB and has alot of functionality.

                                  @pete-s said in Need a web GUI interface to MySQL:

                                  If it doesn't have to be web based you could use MySQL Workbench - which I think is more capable than the web GUIs.

                                  Overkill and slow.

                                  1 1 Reply Last reply Reply Quote 0
                                  • JaredBuschJ
                                    JaredBusch @Emad R
                                    last edited by

                                    @emad-r said in Need a web GUI interface to MySQL:

                                    Why do you want to use anything other than phpmyadmin, it is very stable mature project since years, the other alternatives for it are meh, who gives shit if the alternative is single file install.

                                    Because it is bloated piece of crap. I have never liked it. It always seemed too complicated for a basic task.

                                    And it is most certainly not stable. it totally totally broke not that many years back.

                                    1 Reply Last reply Reply Quote 1
                                    • scottalanmillerS
                                      scottalanmiller
                                      last edited by

                                      I use just the CLI client when I can get away with it, phpMyAdmin when I can't. But I admit that it is way too much bloat for something really basic. I prefer MongoDB's GUI manager for most things, but it lacks some basics that you miss from phpMyAdmin.

                                      JaredBuschJ 1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch @scottalanmiller
                                        last edited by

                                        @scottalanmiller said in Need a web GUI interface to MySQL:

                                        I use just the CLI client when I can get away with it, phpMyAdmin when I can't. But I admit that it is way too much bloat for something really basic. I prefer MongoDB's GUI manager for most things, but it lacks some basics that you miss from phpMyAdmin.

                                        Right, I generally just use the CLI and fire some basic queries. But in this instance it was an unknown database structure with unknown amounts of data.

                                        A simple PHP based GUI like phpMyAdmin is really nice for that.

                                        I had never heard of Adminer before, but it is now my 100% go to solution for this.

                                        Just drop the adminer.php and editor.php file in the www root folder and get a quick glance of what you have or whatever. Then delete them.

                                        1 Reply Last reply Reply Quote 1
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          What I like about MongoDB's native management app is that you run it on your desktop, connect to the server over SSH, and it talks to the database over that channel so literally nothing gets installed server side, only client side.

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                            1337 @JaredBusch
                                            last edited by 1337

                                            @jaredbusch said in Need a web GUI interface to MySQL:

                                            @emad-r said in Need a web GUI interface to MySQL:

                                            For admin stuff, most devs uses mysql workbench its 28 MB and has alot of functionality.

                                            @pete-s said in Need a web GUI interface to MySQL:

                                            If it doesn't have to be web based you could use MySQL Workbench - which I think is more capable than the web GUIs.

                                            Overkill and slow.

                                            It's not overkill if you're a DBA or developer.
                                            And if you're smart you install it on the machine you do admin from and not on each server.
                                            And you did ask for the best...

                                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post