ABOUT

Securich is an incredibly handy and versatile tool for managing user privileges on MySQL through the use of roles. It basically makes granting and revoking rights a piece of cake, not to mention added security it provides through password expiry and password history, the customization level it permits, the fact that it runs on any MySQL 5.1 or later and it's easily deployable on any official MySQL binary, platform independent.

The package basically consists of a database named securich containing a bunch of tables used by a group of stored procedures to do the job of handling roles for you. Despite the fact that roles have been implemented in other database technologies like Oracle, SQL server and Sybase for a long time, MySQL hasn't caught up with them yet on that respect, which inspired the start of SecuRich to fill in the void in the area.

Adding to it's beauty is the fact that SecuRich is an OpenSource project licensed under GPLv2 meaning you can use it free of charge, you can modify it at will and maybe even supply some cool stored procedures back to the project for others to use.

Please note this package is RC