Simple SQL query interface
Moderator: General Moderators
-
Shendemiar
- Forum Contributor
- Posts: 404
- Joined: Thu Jan 08, 2004 8:28 am
Simple SQL query interface
Id like to give some people ability to view (some of) the tables and do simple SELECT queries of them. Ii there any nice piece of code for that?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
-
Shendemiar
- Forum Contributor
- Posts: 404
- Joined: Thu Jan 08, 2004 8:28 am
PHPMyAdmin would work (minus the simpler part). I'm pretty sure if they log in as a user that only has select priveledges, they wouldn't be able to do anything else.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
I don't know if this will do what you want, but I wrote a rather simple db read-only interface a few months ago you're welcome to use it if it meets your needs: http://ravey.net/demo/Shendemiar wrote:Sorry... i meant some kind of pre-made interface to do some database viewing like phpmyadmin, but way simpler, and only selects
-
Shendemiar
- Forum Contributor
- Posts: 404
- Joined: Thu Jan 08, 2004 8:28 am
That sounds very nice for my purposes. Thank you.califdon wrote:I don't know if this will do what you want, but I wrote a rather simple db read-only interface a few months ago you're welcome to use it if it meets your needs: http://ravey.net/demo/Shendemiar wrote:Sorry... i meant some kind of pre-made interface to do some database viewing like phpmyadmin, but way simpler, and only selects