Chris Spencer wrote:
I'm on Fedora Core 4. When I right-click on a table in Mysql-administrator and choose "Edit table data" nothing happens, and I get this in the console:

(mysql-administrator-bin:4628): glibmm-CRITICAL **:
unhandled exception (type Glib::Error) in signal handler:
domain: g-exec-error-quark
code  : 8
what : Failed to execute child process "mysql-query-browser-bin" (No such file or directory)

Is this a bug?

I don't know. It's definitely an error.

Is there any other way to edit table data?

One way is to use the mysql client, the standard console based program following all mysql distributions. It is used to send SQL commands to the server, so you would have to use the SQL language, in this case I guess the UPDATE statement:

<URL: http://dev.mysql.com/doc/mysql/en/update.html >

There are many GUI alternatives, you don't have to use "MySQL Administrator". phpMyAdmin and SQLYog are two web-based alternatives.

Or you could use your favourite programming language. Download an API from <URL: http://dev.mysql.com/downloads/ > and write a program that edits your table data.

--
Roger


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to