Manual Installation http://www.mysql.comDownloadsMySQL Community EditionCommunity (GPL) DownloadsMySQL Community Server (http://dev.mysql.com/downloads/mysql/)Max OS... DMG (download)Run Using Homebrew brew install mysql
Hibernate MS SQL connection
How to resolve a network error when trying to connect to MS SQL with Hibernate Hibernate MS SQL connection
JDBC and Apache Derby
A few simple articles here to demonstrate the use of Java JDBC. Create a Java Application to access a Derby Database Apache Derby Reference Manual Configure a H2 Database Connection using Eclipse DTP Defining an ID Column in Apache Derby
Creating a Simple Postgres Database
Download and install Postgres Download Postgres from the Download Site For the Mac, download the Postgres App Edit the Path Variable On a Mac Open a Terminal Session Add the following line to your .profile export PATH=$PATH:/Applications/Postgres.app/Contents/MacOS/bin/ run your .profile . ./.profile Start the Postgres Database by clicking the Postgres app Create a Database psql... Continue Reading →