- Microsoft Windows chief decries standards grandstanding
- The 5 best, and 5 worst, features of Google Chrome OS
- Federal government using PS3 to crack pedophile passwords
- 10G Ethernet cheat sheet
- Top 10 free Windows tools for IT pros, at a glance
| Digg | Slashdot | Fark | Stumble | |
| MIXX | del.icio.us | Newsvine | Technorati | |
MySQL Administrator does not provide table data-editing capabilities similar to the MySQL Control Center program it replaced in the distribution. But a package called MySQL GUI Tools includes a program called the MySQL Query Browser that enables you to work directly with the database table data through the use of SQL queries.
The MySQL GUI Tools are available for download for Windows, Macintosh and Linux, as well as in source code form. After installing the software and configuring your database connection settings, you can review and modify database table data.
When you first connect and choose a table by double-clicking its name in the table list, the program inserts a Select query in the SQL frame.When you click the Execute button, the results of the query are displayed in the program's main frame. To update records, write the appropriate SQL Insert or Update statement in the SQL frame and click the Execute button. To assist you in writing queries, a clickable SQL syntax reference guide is included.
Receive the latest news, reviews and trends on your favorite technology topics
Comments (2)
Possible to edit table data with MySQL Administrator?By Anonymous on December 14, 2006, 12:51 pmTry DBVisualizer http://www.minq.se/products/dbvis Re: This article.
Reply | Read entire comment
MySql Admin and NetbeanBy Anonymous on October 10, 2009, 12:58 amI'm in first semester on my collage, i have a assignment that made web application using Netbeans and mySql Admin. My question is "could I insert data to store it...
Reply | Read entire comment
View all comments