mySQL table viewers?
November 1, 2006 11:38 PM
Subscribe
Stupid database question: what are some quick "viewer" applications my customers can use to work with data I'm providing locally in a mySQL database?
We can assume hypothetically that the data is daily stock prices for 1000 stocks over a 10 year timeframe. All the tables are on an external NTFS Firewire drive in mySQL MyISAM tables, and will typically be used with Windows sytems. Users will NOT be writing any new data to the database or doing any entry.
I was thinking of (1) providing instructions on how to work with command-line mysql, and (2) piecing together a rudimentary front-end in Delphi to view and interact with these tables. But I wonder if I'm totally overlooking a database application that works well for this, is very simple with basic graphing/printing/etc, is easy to set up, and has cheap license fees (I'm a tiny, tiny business scraping by).
The only app I can think of is phpmyadmin, but I'm not sure if it's appropriate for this job, and it's not really suited to being put on a Windows system by my end users (who really can't be expected to know how to install and configure PHP).
The whole DB thing is really new to me and it's only in the past
month that I've gotten up to speed with mySQL commands and working with tables, so feel free to suggest anything. Thanks.
posted by hodyoaten to computers & internet (10 comments total)
3 users marked this as a favorite
posted by krisjohn at 11:58 PM on November 1, 2006