Intro to Spring Data

 The spring-data project offer abstraction and unified data access for variety of data sources.   Category Sub-project Relational Databases JPA Spring Data JPA – Simplifies the development of creating a JPA-based data access layer JDBC Extensions Support for Oracle RAC, Advanced Queuing,…

Setting password for MySQL root ID

Once you’re done with MySQL Installation from http://dbversity.com/mysql-rpm-installation/ You can set password for MySQL root ID as below. MySQL installs with no password protection on root access (blanks) We use this method to set it to Winter06 and GPA will…

MySQL stored procedures

What’s a Stored Function If procedural programming is new to you, you may be wondering what the difference is between a Stored Procedure and a Stored Function. Not too much really. A function always returns a result, and can be…