sqldba-devel Mailing List for sqlDBA: Web-based SQL DB Administration
Status: Pre-Alpha
Brought to you by:
dimiter
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
From: Dimiter N. <blu...@om...> - 2002-04-21 23:55:46
|
Hi, Yes, Mike is right - the project's purpose is to allow the intermediate-to-advanced DB admin to do common tasks on the DB, without having to remember the exact SQL syntax, table and field names, etc. Also, the project in its current form, allows easy data export in tab-delimited format. My future plans include addition of some feautres like auto-completion of field and table names, smarted query building, support for more DB servers, like ORACLE, etc. Tools like phpmyadmin are more wizard-oriented, and I do not like such "improvements" that only make general power-user's or admin's life harder :) The idea is general query templates + the power of raw query execution if needed. If you haven't done it yet, please download the sqlDBA package from the site and try it to see what it can do. |
From: adun [ S. K. ] <ad...@pa...> - 2002-04-21 20:56:32
|
I think project will be really good if it's successful =) I'm also sorta getting sick of phpmyadmin... I'm hoping this project Will go in the direction... heh stephen -----Original Message----- From: sql...@li... [mailto:sql...@li...] On Behalf Of Dimiter Naydenov Sent: Sunday, April 21, 2002 6:45 AM To: sql...@li... Subject: [sqlDBA-devel] Hi all Hi all ! Are we all online and ready to begin ? Please reply and tell me your opinion about the project. Dimiter _______________________________________________ sqlDBA-devel mailing list sql...@li... https://lists.sourceforge.net/lists/listinfo/sqldba-devel |
From: Dimiter N. <blu...@om...> - 2002-04-21 13:45:53
|
Hi all ! Are we all online and ready to begin ? Please reply and tell me your opinion about the project. Dimiter |
From: Dimiter N. <blu...@om...> - 2002-04-14 11:28:10
|
Hi, This project was started as a personal utility for easier administration = of MySQL databases, through the web. I created it with the thought to = allow the execution of arbitrary SQL query, but with some predefined, = frequently used queries. Also it displays all tables in the database = (currently only one DB can be administred), along with their fields in a = list, so you can use them directly (no need to remember anything, also = no MySQL docs needed in general). I used this tool (along with some = collegues) for several months now, but as we used it, we felt it needs = modification to allow more features (like auto-completion of field = names, maybe syntax-highlight, smarter query builder, etc.) So I decided = to host it on sourceforge.net as a part of this initiative for = improvement.=20 I know about phpMyAdmin, but it is not what I wanted - it's too = complicated for me, I wanted to create a tool that will be of help for = the general developer, who knows (a bit or more) SQL and has worked with = DBs before. I'm not a fan of the "wizard"-style interface ;) Be sure to download the files from the first release (sqlDBA-0.0.1.a) = and try it somewhere on a machine with MySQL and PHP (look inside the = files for variables like $HOST $USER $PASS, etc. in order to bring it to = work with the particular installation). The files are in WinZip format = (no tar to make tar.gz, sorry). If you have any questions, feel free to ask ! Regards, Dimiter |