Google
 
Showing posts with label Database. Show all posts
Showing posts with label Database. Show all posts

7/22/2007

phpMyAdmin - 2.10.3

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:

* create and drop databases
* create, copy, drop and alter tables
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create and read dumps of tables
* export data to CSV values
* administer multiple servers and single databases


Website
Download phpMyAdmin

6/14/2007

iSQL-Viewer - 3.0.1

iSQL-Viewer is an open-source JDBC 2/3 compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface.

iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database tasks. It includes:

* A friendly SQL console for executing SQL statements
* Database and schema viewing and browsing
* Compatible with major database vendors
* SQL Bookmarks to store SQL commands you commonly use
* SQL History to see and retrieve SQL commans previously executed
* Enhanced user interface support across platforms

iSQL-Viewer is designed to meet the needs of JDBC Driver developers and database developers who work in single or multi-platform environments.


Website
Download iSQL-Viewer

6/09/2007

ApertureToFileMaker - 1.0.1



ApertureToFileMaker is an Aperture plug-in for exporting images and associated metadata into FileMaker databases.

Feature List:

* Support for multiple FileMaker databases
* Automatically creates schema and table structure
* Inserts photo and 120+ pieces of metadata
* Keychain support


Website
Download ApertureToFileMaker

6/04/2007

iSQL-Viewer - 3.0.0

iSQL-Viewer is an open-source JDBC 2/3 compliant database front end written in Java. It implements across multiple platforms features of the JDBC API. It does everything through a single interface.

iSQL-Viewer works with most database platforms, including PostgreSQL, MySQL, Oracle, and Informix. iSQL-Viewer provides a variety of tools and features to carry out common database tasks. It includes:

* A friendly SQL console for executing SQL statements
* Database and schema viewing and browsing
* Compatible with major database vendors
* SQL Bookmarks to store SQL commands you commonly use
* SQL History to see and retrieve SQL commans previously executed
* Enhanced user interface support across platforms

iSQL-Viewer is designed to meet the needs of JDBC Driver developers and database developers who work in single or multi-platform environments.


Website
Download iSQL-Viewer

5/21/2007

PostgreSQL Database Server - 8.2.4

PostgreSQL is a powerful, open source relational database system. It has more than 15 years of active development and a proven architecture that has earned it a strong reputation for reliability, data integrity, and correctness. It runs on all major operating systems, including Linux, UNIX (AIX, BSD, HP-UX, SGI IRIX, Mac OS X, Solaris, SunOS, Tru64), BeOS, and Windows. PostgreSQL Database server already embedded a useful GUI - PGadmin. If you want to import MS Access or other formats to PostgreSQL, you can install a Mac OS X GUI Navicat PostgreSQL ( http://pgsql.navicat.com ).

PostgreSQL is an open-source descendant of this original Berkeley code. It supports a large part of the SQL:2003 standard and offers many modern features:

1. complex queries
2. foreign keys
3. triggers
4. views
5. transactional integrity
6. multiversion concurrency control

Also, PostgreSQL can be extended by the user in many ways.

Installation guideline for PostgreSQL Mac OS X version: http://developer.apple.com/internet/opensource/postgres.html


Website
Download PostgreSQL Database Server

4/25/2007

phpMyAdmin - 2.10.1

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:

* create and drop databases
* create, copy, drop and alter tables
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create and read dumps of tables
* export data to CSV values
* administer multiple servers and single databases


Website
Download phpMyAdmin

4/15/2007

DeliciousSQLExport - 1.5

DeliciousSQLExport allows you to export your Delicious Library to a MySQL database. Or just create a SQL script to do the update offline. Also options for exporting images.


Website
Download DeliciousSQLExport

3/04/2007

phpMyAdmin - 2.10.0.2

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:

* create and drop databases
* create, copy, drop and alter tables
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create and read dumps of tables
* export data to CSV values
* administer multiple servers and single databases


What's new in this version:

The "Month Of PHP Bugs" reveals some PHP vulnerabilities. MOPB-02-2007 (PHP Executor Deep Recursion Stack Overflow) uses phpMyAdmin as an example to show a recursion vulnerability in PHP, for which a workaround is provided in version 2.10.0.2.


Website
Download phpMyAdmin

3/02/2007

MySQL GUI Tools - 5.0-r10

MySQL Administrator is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating. MySQL Administrator now integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface.


Website
Download MySQL GUI Tools

2/28/2007

phpMyAdmin - 2.10.0

phpMyAdmin is intended to handle the adminstration of MySQL over the web. Currently it can:

* create and drop databases
* create, copy, drop and alter tables
* delete, edit and add fields
* execute any SQL-statement, even batch-queries
* manage keys on fields
* load text files into tables
* create and read dumps of tables
* export data to CSV values
* administer multiple servers and single databases


What's new in this version:

* Designer: new graphical relation manager
* Improved speed on servers with thousands of databases/tables
* Vertical field editor (optional)
* Option to avoid counting rows for views
* Calendar on search page
* DOS-style end-of-lines in setup-generated files


Website
Download phpMyAdmin