View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 11:29 AM
Gordon Burditt
 
Posts: n/a
Default Re: not graphic mysql table browser

>For a client that must change values in some tables, i need a simple browser
>which allows him to open a mysql table, modify value of fields (or even add and
>delete records) than save and exit.
>It should be simply character terminal based (no mysqlcc for example).


It would seem that the command-line utility 'mysql' that comes with MySQL
would be sufficient from your description.


Reply With Quote