vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi to all. 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). Any idea? TIA. -- Faciait li signeur! Roy Batty http://www.biolabnet.it/ |
| |||
| >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. |
| |||
| In our last episode, <472bb40c$0$10621$4fafbaef@reader2.news.tin.it>, the lovely and talented RRB broadcast on comp.databases.mysql: > Hi to all. > 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). > Any idea? > TIA. Mysqlman + lynx work fine in a text terminal, but an http server is required. -- Lars Eighner <http://larseighner.com/> <http://myspace.com/larseighner> Countdown: 443 days to go. What do you do when you're debranded? |
| ||||
| Lars Eighner wrote: .... >> 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). .... > Mysqlman + lynx work fine in a text terminal, but an http server is > required. Too complex, ideally it should be something like: mybrowser name-of-db name-of-table appears something like mc, with arrows, pg-up and down you navigate, change fields (perhaps add and delete but not really necessary...) then press control-something or F-somthing to save+exit. Thats all. Damn simple. -- Faciait li signeur! Roy Batty http://www.regalodautore.it/ |