yoichiro / chrome_mysql_admin

ChromeMyAdmin provides you the administration GUI of MySQL server. It is like phpMyAdmin, Sequel Pro.
https://www.eisbahn.jp/chrome_mysql_admin
Apache License 2.0
140 stars 33 forks source link

Select text in rows #39

Closed benjamw closed 8 years ago

benjamw commented 8 years ago

I was trying to select some of the data in a result row and was unable to do so.

If I could select all the data in a single field, a whole row, or a whole result set, that would be awesome.

Thanks.

benjamw commented 8 years ago

To clarify, the result was from a raw SQL statement using the 'Query' button, not a search or plain table view.

yoichiro commented 8 years ago

@benjamw Sorry, I don't understand the place which you mentioned as "Query button". Where?

benjamw commented 8 years ago

It was a raw query, not a search. I can get a dump of the data using the save as sql feature, but it would be nice to be able to select an individual entry.

yoichiro commented 8 years ago

You can copy the selected row values at the following button:

screenshot_1

Is this the expected button by you?

benjamw commented 8 years ago

Yes. The highlighted button in the top row of your screen shot is the "Query" button I was referring to earlier. And that red bordered button you've highlighted is the feature I was referring to in my previous comment. This is fine. I can work with this. Thanks.

yoichiro commented 8 years ago

@benjamw I see.