473,396 Members | 1,797 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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

Jun 27 '06 #1
8 1866

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


Hi David

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

Deano

Jun 27 '06 #2
> > does anyone know of a php script that allows me to edit
(the data in) any mysql table?
Do you mean a class or a web based-application if the latter try
phpMyAdmin: http://www.phpmyadmin.net


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


Deano


Jun 27 '06 #3
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.

Jun 27 '06 #4
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" <da*******@mail.com> wrote in message
news:11**********************@x69g2000cwx.googlegr oups.com...
> does anyone know of a php script that allows me to edit
> (the data in) any mysql table?


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


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


Deano

Jun 27 '06 #5
David Johnstone wrote:
Hi Group,
does anyone know of a php script that allows me to edit
(the data in) any mysql table?
Many Thanks,
David

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-)
Jun 28 '06 #6
Chris wrote:
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/.


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

Jun 28 '06 #7

David Johnstone wrote:
Chris wrote:
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/.


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


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

http://www.mysqlfront.de/

Jun 28 '06 #8
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

Jul 2 '06 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: SAN CAZIANO | last post by:
Qualcuno mi spiega come poter interagire con dei record di una tabella mysql: ho creato lo script per collegarsi e funziona provandolo col mio editor, ma quando provo a pubblicare lo script php nel...
0
by: Bernard Koninckx | last post by:
Hello everybody, I've some problem to configure a mySql datasource from bean side. In the deployment descriptor for my bean. Could you help me to setup this features from a bean descriptor...
0
by: Alcyone Oliveira | last post by:
------=_NextPart_000_000D_01C36572.F6480CE0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_000E_01C36572.F6480CE0" ------=_NextPart_001_000E_01C36572.F6480CE0 Content-Type:...
0
by: why | last post by:
Hi, I am looking for a software that install php+apache+mysql on my computer and it has builtin php editor .That editor should be connected with mysql database . Is that type of feature are...
4
by: Dave | last post by:
I have a MS sql 2000 db that needs to sync with a Mysql db. When a password is changed in the MS SQL table, I need to make sure that the same value is updated in the Mysql db. I dont have any...
1
by: Karuna | last post by:
Hi, I am new to MySQL. I want to create a script file which will include a number of commands and execute it, just like we do in Oracle. Can any one tell me how to do it? Suppose I want to create...
3
by: rabbithutch | last post by:
This is a newbie, first-time post on this forum. I need help getting MySQL installed on my local server so that it will inter-operate with Apache 2.2. I am running WinXP Pro V2002 SP-2, Apache 2.2...
6
by: markodilore | last post by:
Hey Guys, you helped me once when I tryied to create a database : "Access denied for user ''@'localhost' ". On my Mac OS 10.4, I had no problem creating database and modifying it from the terminal....
1
by: Geoff Cox | last post by:
On Fri, 18 Jul 2008 20:13:32 +0100, "Paul Lautman" <paul.lautman@btinternet.comwrote: Paul, Thanks for that insight - indeed I can see the seconds using a test editor! And yes, if I use...
1
by: NewJavaProgrammer | last post by:
Hi Can someone please take me through how to make a connection to a MySQL database using Java in Netbeans. I have downloaded the driver from MySQL, unzipped it to my location, and added the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.