Connecting Tech Pros Worldwide Forums | Help | Site Map

mysql editor

David Johnstone
Guest
 
Posts: n/a
#1: Jun 27 '06
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
Guest
 
Posts: n/a
#2: Jun 27 '06

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

David Johnstone
Guest
 
Posts: n/a
#3: Jun 27 '06

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]

clashers5@gmail.com
Guest
 
Posts: n/a
#4: Jun 27 '06

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.

Chris
Guest
 
Posts: n/a
#5: Jun 27 '06

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.googlegr oups.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]


IchBin
Guest
 
Posts: n/a
#6: Jun 28 '06

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
http://www.sql-workbench.net/index.html

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-)
David Johnstone
Guest
 
Posts: n/a
#7: Jun 28 '06

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

william.clarke
Guest
 
Posts: n/a
#8: Jun 28 '06

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)

http://www.mysqlfront.de/

David Johnstone
Guest
 
Posts: n/a
#9: Jul 2 '06

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

Closed Thread