Question

I am looking for a web-based GUI to interact with and administer DB2. Something roughly equivalent to phpMyAdmin but for DB2. (I did find and install http://us2.php.net/ibm_db2 but that is just a library of PHP functions and not a web-based GUI.)

Was it helpful?

Solution

The closest thing that you'll find is Technology Explorer for IBM DB2.

OTHER TIPS

I found an open source tool that I'm currently trying to get to work, DBJMIN. It seems fairly undeveloped, but might work: http://code.google.com/p/dbjmin/

I also found a list of DB Tools: http://en.wikipedia.org/wiki/Comparison_of_database_tools

Some of these aren't phpMyAdmin-like at all, but here are the desktop clients in that list that seem to have similar CRUD capabilities for DB2 and are open source:

  • Data Visualization
  • DBeauty(JDBC)
  • DBEdit
  • DBMan
  • Jailer (JDBC)
  • Orbada(JDBC)
  • SQuirreL SQL
  • Toad Data Modeler

Also, one of the SQL Maestro tools seems free for non commercial usage. http://www.sqlmaestro.com/products/db2/maestro/

Try following one, configuretion is little difficult but after that working fine.

http://www.phpdb2admin.com

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top