Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Free Graphical Tools For Databases
java-area
post Apr 16 2008, 03:05 PM
Post #1


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 47
Joined: 4-February 08
Member No.: 28,119



There are a lot of different free software in Internet, but I have found only couple of free graphical tools for database adminiatration.
On another hand, MySQL is free for non commercial usage. That's way it will be nice to have any good free GUI for this database.
I remember the time, when one of MySQL-Front versions was for free, but now it is opened only for testing period.

There is also free version of Toad, which is not full Toad, but it looks also very well -
However, I am not going to use Oracle (wchich is quite expensive commercial tool) on my desktop.
There will be nice to have something like MySQL-front, but for free.

Are there any free Eclipse plugins, that provide a perspective for database administration?
I do not know.
And you?
Do you know any free graphical tools for administering so-named "light" databases like Hibersonic or MySQL? How they look like on your experience?
I would very appreciated for any propositions!

This post has been edited by java-area: Apr 16 2008, 03:11 PM
Go to the top of the page
 
+Quote Post
yordan
post Apr 16 2008, 05:21 PM
Post #2


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,886
Joined: 16-August 05
Member No.: 7,896



Did you already test phpMyadmin for administrating a mysql database ? I think that for administrative purposes (creating tables, creating databases, modifying some records inside some tables) it's enough, it works like toad.
Go to the top of the page
 
+Quote Post
Jimmy89
post Apr 16 2008, 10:56 PM
Post #3


Living at the Datacenter
Group Icon

Group: [HOSTED]
Posts: 696
Joined: 30-June 06
From: Australia
Member No.: 14,219



I agree with yordan, phpMyAdmin is a great GUI tool for playing around with databases. Can you please explain whether you are looking for software for a local databases (like on your computer) or whether its on a webserver.

If your are looking for software for your PC, have a look at MySQL GUI Tools (http://dev.mysql.com/downloads/gui-tools/5.0.html. There is three different downloads, the MySQL Administrator, Query Browser and Migration Toolkit. These tools may be able to help you out, and they're all licesened under the GPL.

Good Luck
Go to the top of the page
 
+Quote Post
Darasen
post Apr 17 2008, 04:43 AM
Post #4


Member - Active Contributor
Group Icon

Group: [HOSTED]
Posts: 97
Joined: 3-April 08
From: Milling about
Member No.: 29,596



QUOTE(java-area @ Apr 16 2008, 11:05 AM) *
There are a lot of different free software in Internet, but I have found only couple of free graphical tools for database adminiatration.
On another hand, MySQL is free for non commercial usage. That's way it will be nice to have any good free GUI for this database.
I remember the time, when one of MySQL-Front versions was for free, but now it is opened only for testing period.

There is also free version of Toad, which is not full Toad, but it looks also very well -
However, I am not going to use Oracle (wchich is quite expensive commercial tool) on my desktop.
There will be nice to have something like MySQL-front, but for free.

Are there any free Eclipse plugins, that provide a perspective for database administration?
I do not know.
And you?
Do you know any free graphical tools for administering so-named "light" databases like Hibersonic or MySQL? How they look like on your experience?
I would very appreciated for any propositions!



While not "free" MS Access can link to any ODBC database. I mention it as you may already have it if you have the correct version of office. Similairly I am uncertain as to the abilities of the DB in Open Office Base, but you may have similar capabilities.

Of course there are dozens of ways to make a program to look at your Db and pass queries to your RDBMS. Any web programming language, Java and, MS has their free express versions of VB, C++, C#, etc.
Go to the top of the page
 
+Quote Post
java-area
post Apr 19 2008, 12:16 PM
Post #5


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 47
Joined: 4-February 08
Member No.: 28,119



QUOTE(Jimmy89 @ Apr 16 2008, 06:56 PM) *
. Can you please explain whether you are looking for software for a local databases (like on your computer) or whether its on a webserver.

local databases on PC for testing purposes.
GUI should be quite simply and distributive is not too big.
It should work under Windows (Linux is optional) and I am going to use it anywhere: on my home computer, on laptop, on my work machine in the office - I do not need to worry about any license limitations!
Seems, I have just found an analog of SQL-Front, which is called HeidiSQL and absolutely free:
http://www.heidisql.com

Another good free database tool, which I have found:
http://dbdesigner.sourceforge.net/
First of all, It is intended to creating database UML diagrams and they are amazing!
(I have tested many free tools for database UML design and I am cosidering dbdesigner as the best! )
But it provides also a possibility for remote admitistaring some databases. I do not know how it works, because I am only studing this issue.

QUOTE
If your are looking for software for your PC, have a look at MySQL GUI Tools (http://dev.mysql.com/downloads/gui-tools/5.0.html. There is three different downloads, the MySQL Administrator, Query Browser and Migration Toolkit


Thank you very much, it sounds good!

QUOTE
Of course there are dozens of ways to make a program to look at your Db and pass queries to your RDBMS. Any web programming language, Java and, MS has their free express versions of VB, C++, C#, etc.

That's true. Seems, it is not great deal to create own simple GUI for database adminestering with free components (for example, in Java)
And I am wondering why we are still do not have a free Eclipse perspective for this.
I thought about creating such free perspective(or a small free application) on my own.
But first I am going to check all existed free software in Internet to prevent creating so-named "old bicycle":
in Russian it means "you are trying to invent something what have been used by people for many years!" biggrin.gif

This post has been edited by java-area: Apr 19 2008, 12:52 PM
Go to the top of the page
 
+Quote Post
zaste
post Apr 19 2008, 05:29 PM
Post #6


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 18
Joined: 19-April 08
Member No.: 29,906



I always use PhPMyAdmin as it is very easy to use and very reliable.

Hope this helps!
Go to the top of the page
 
+Quote Post
java-area
post Apr 20 2008, 12:30 PM
Post #7


Member [ Level 1 ]
Group Icon

Group: [HOSTED]
Posts: 47
Joined: 4-February 08
Member No.: 28,119



QUOTE(zaste @ Apr 19 2008, 01:29 PM) *
I always use PhPMyAdmin as it is very easy to use and very reliable.

Hope this helps!


I looked breafly and belive it is good.
But I do not always have pre-installed PHP and Web servers (like Apache etc.) on my local destops/nootbook.
Usually I do not use PHP (which is quite resource-consuming) in my regular work for projects, and many my frends have the same situation.
So, it will be a little strange to install PHP + Apache especially for getting GUI to the small local testing database.

This post has been edited by java-area: Apr 20 2008, 12:39 PM
Go to the top of the page
 
+Quote Post
yordan
post Apr 22 2008, 03:41 PM
Post #8


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 1,886
Joined: 16-August 05
Member No.: 7,896



QUOTE(java-area @ Apr 20 2008, 02:30 PM) *
But I do not always have pre-installed PHP and Web servers (like Apache etc.) on my local destops/nootbook.

Easyphp is very small, easy to install, maybe you could have a look, for small testing on your laptop it's probably worth giving it a try. And it's a complete set, including PHP and mysql and java readty to be used.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. The Best Web Design Combo(28)
  2. The Best Database(41)
  3. Need Advice On Creating Online Music Database(6)
  4. CMS102 - Content Management System Design(9)
  5. A Vital Tool For Your System!(8)
  6. What Is A Database How Do I Use One?(7)
  7. Tools Required To Open Up A Hard Drive...(11)
  8. How To Setup SMF Databases?(4)
  9. Copy Databases In phpMyAdmin(3)
  10. Need Help Programming With Databases (VB.NET)(9)
  11. Space Tools(5)
  12. Tutorial: Build Pure CSS Using Online Tools - Part 2(0)
  13. Tutorial: Build Pure CSS Using Online Tools - Part 1(6)
  14. Can You Make Your Own MySQL Databases?(7)
  15. How To Build A Pure Css Using Online Tools Tutorial (part 3)(0)
  1. How To Build A Pure Css Using Online Tools Tutorial (part 4)(1)
  2. Ms Databases(6)
  3. Know Of Any Block Text Search & Replace Tools ( Across Multiple Files )(11)
  4. How Do You Make Large Databases?(14)
  5. Examining Databases At A Whole Glance(7)
  6. Need Web Design Tools(0)
  7. All About Databases(3)
  8. Ip Tools 2.50(1)
  9. Top 10 Bittorrent Tools And Tricks(12)
  10. Hack Tools (for Education And Hobby Only)(4)
  11. Databases(2)
  12. Google's Seo Tools(0)
  13. Free Plugins For Dreamweaver(3)


 



- Lo-Fi Version Time is now: 5th July 2008 - 11:42 PM