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.
    • 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
                      • JaredBuschJ
                        JaredBusch @1337
                        last edited by

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

                        @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...

                        Actually, no I did not. Read the OP again. Don’t forget the title of the thread.

                        A fat client is almost always overkill and slow. But MySQL Workbench is a total piece of crap.

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

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

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

                          @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...

                          Actually, no I did not. Read the OP again. Don’t forget the title of the thread.

                          A fat client is almost always overkill and slow. But MySQL Workbench is a total piece of crap.

                          The web tools you are talking about also requires a web server and a php installation so they're not exactly "thin" but you want something simple on a LAMP server or similar. I get that.

                          MySQL Workbench has it's place too. It's to MySQL what SQL Developer and Enterprise Manager is to Oracle DB. I find it useful and use it almost daily.

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

                            Back on site at the client that first prompted me to look into this.

                            It is such an awesome tool

                            ed6bc8c2-e82d-4c95-bc45-0294951218ee-image.png

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

                              @Pete-S said in Need a web GUI interface to MySQL:

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

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

                              @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...

                              Actually, no I did not. Read the OP again. Don’t forget the title of the thread.

                              A fat client is almost always overkill and slow. But MySQL Workbench is a total piece of crap.

                              The web tools you are talking about also requires a web server and a php installation so they're not exactly "thin" but you want something simple on a LAMP server or similar. I get that.

                              MySQL Workbench has it's place too. It's to MySQL what SQL Developer and Enterprise Manager is to Oracle DB. I find it useful and use it almost daily.

                              MySQL Workbench has very little use to me as it is such a heavy handed client. Yes it works. No I do not like it.

                              For a client on Linux, I prefer Azure Data Studio actually. It is lightweight and lets me work without being in my way. It is based on the VSCode backend to my understanding. If it ever gets MySQL connectivity it will be perfect.

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