mysql editor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Johnstone

    #1

    mysql editor

    Hi Group,
    does anyone know of a php script that allows me to edit
    (the data in) any mysql table?
    Many Thanks,
    David

  • christopher.john.d@googlemail.com

    #2
    Re: mysql editor


    David Johnstone wrote:[color=blue]
    > Hi Group,
    > does anyone know of a php script that allows me to edit
    > (the data in) any mysql table?
    > Many Thanks,
    > David[/color]

    Hi David

    Do you mean a class or a web based-application if the latter try
    phpMyAdmin: http://www.phpmyadmin.net

    Deano

    Comment

    • David Johnstone

      #3
      Re: mysql editor

      > > does anyone know of a php script that allows me to edit[color=blue][color=green]
      > > (the data in) any mysql table?[/color]
      >
      > Do you mean a class or a web based-application if the latter try
      > phpMyAdmin: http://www.phpmyadmin.net[/color]

      Thanks Deano, that looks like a pretty useful package. But it
      seems to be mainly for database maintenance and design.

      What I'm really looking for is something like a data entry form
      that I can use to edit data in an existing table. I'd like to be able
      to edit existing rows in tabular format, enter new rows, and delete
      rows. I don't think phpmyadmin is for this - or am I wrong?
      Couldn't see anything like that in the description.

      There are standalone clients like Navicat one can buy that
      do this, but I think it should be fairly simple to implement something
      like this in php that works via a web browser. If I really can't find
      anything I'll have a go myself.

      David

      [color=blue]
      >
      > Deano[/color]

      Comment

      • clashers5@gmail.com

        #4
        Re: mysql editor

        phpMyAdmin gives you the ability to edit one row/ record at a time with
        a form-like interface. You of course can use SQL queries to edit more
        than one row and phpMyAdmin lets you execute queries too.

        If you are looking for something nicer and have control of the mysql
        server, you might try openoffice.org' s Base application. If you do not
        have control of the server, then chances are the admins do not allow
        remote access and you will not be able to connect to the server.

        Comment

        • Chris

          #5
          Re: mysql editor

          I use SQLyog, there's a scaled-down free version that does OK for editing.
          It doesn't have a form interface and it is a stand-alone program that you
          install on your own machine, but it does have the ability to edit tables in
          a table interface. Find it at http://www.webyog.com/.

          Christina

          "David Johnstone" <david_ffm@mail .com> wrote in message
          news:1151411645 .671580.187010@ x69g2000cwx.goo glegroups.com.. .[color=blue][color=green][color=darkred]
          >> > does anyone know of a php script that allows me to edit
          >> > (the data in) any mysql table?[/color]
          >>
          >> Do you mean a class or a web based-application if the latter try
          >> phpMyAdmin: http://www.phpmyadmin.net[/color]
          >
          > Thanks Deano, that looks like a pretty useful package. But it
          > seems to be mainly for database maintenance and design.
          >
          > What I'm really looking for is something like a data entry form
          > that I can use to edit data in an existing table. I'd like to be able
          > to edit existing rows in tabular format, enter new rows, and delete
          > rows. I don't think phpmyadmin is for this - or am I wrong?
          > Couldn't see anything like that in the description.
          >
          > There are standalone clients like Navicat one can buy that
          > do this, but I think it should be fairly simple to implement something
          > like this in php that works via a web browser. If I really can't find
          > anything I'll have a go myself.
          >
          > David
          >
          >[color=green]
          >>
          >> Deano[/color]
          >[/color]


          Comment

          • IchBin

            #6
            Re: mysql editor

            David Johnstone wrote:[color=blue]
            > Hi Group,
            > does anyone know of a php script that allows me to edit
            > (the data in) any mysql table?
            > Many Thanks,
            > David
            >[/color]
            Its not php but a really nice sql Frontend.. called SQL Workbench/J
            A free SQL query tool various DBMS (PostgreSQL, Oracle, DB2, HyberSQL and others)


            Thanks in Advance...
            IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
            _______________ _______________ _______________ _______________ ______________

            'If there is one, Knowledge is the "Fountain of Youth"'
            -William E. Taylor, Regular Guy (1952-)

            Comment

            • David Johnstone

              #7
              Re: mysql editor

              Chris wrote:[color=blue]
              > I use SQLyog, there's a scaled-down free version that does OK for editing.
              > It doesn't have a form interface and it is a stand-alone program that you
              > install on your own machine, but it does have the ability to edit tables in
              > a table interface. Find it at http://www.webyog.com/.[/color]

              This is great, thanks! That's more or less what I'm looking for.
              The pop-up at start/end is a bit annoying but for free it's ok.
              I may even splash out big-time and get the pro version for $9!
              Do you know why the standard windows copy/paste doesn't work
              when editing a cell though?

              Thanks to the others too. I'll have a closer look at openoffice.org' s
              Base and the sql workbench when I have time; phpmyadmin looks
              good for other things I need too.

              This has been a most productive thread for me, thanks again guys!

              David

              Comment

              • william.clarke

                #8
                Re: mysql editor


                David Johnstone wrote:[color=blue]
                > Chris wrote:[color=green]
                > > I use SQLyog, there's a scaled-down free version that does OK for editing.
                > > It doesn't have a form interface and it is a stand-alone program that you
                > > install on your own machine, but it does have the ability to edit tables in
                > > a table interface. Find it at http://www.webyog.com/.[/color]
                >
                > This is great, thanks! That's more or less what I'm looking for.
                > The pop-up at start/end is a bit annoying but for free it's ok.
                > I may even splash out big-time and get the pro version for $9!
                > Do you know why the standard windows copy/paste doesn't work
                > when editing a cell though?
                >
                > Thanks to the others too. I'll have a closer look at openoffice.org' s
                > Base and the sql workbench when I have time; phpmyadmin looks
                > good for other things I need too.
                >
                > This has been a most productive thread for me, thanks again guys!
                >
                > David[/color]

                MySQL Front is a decent windows client app (if you don't want a
                web-based tool)



                Comment

                • David Johnstone

                  #9
                  Re: mysql editor

                  Just to come in on this thread again with my newest discovery, in case
                  anyone else is searching for this info, the best free mysql client I've
                  found so far is the free version of Toad for mysql from Quest software.
                  We have Toad for Oracle at work, but I somehow didn't think they
                  had anything for free.
                  David

                  Comment

                  Working...