Tag: Open Source

Community

MySQL Timestamp to Date?

(Michael McLaughlin) One of my ex-students asked for an example of converting a DATETIME column into a DATE data type in MySQL. He’d tried a few approaches and hadn’t been successful. It’s best to use the DATE function to convert a DATETIME to a DATE in MySQL.

Community

Encrypting data with pgcrypto

(Leo Hsu and Regina Obe) PostgreSQL has various levels of encryption to choose from. In this article we’ll go over the basics built-in and the more advanced provided by the contrib module pgcrypto. When encrypting data, as a general rule the harder you make it to keep people out of your data, the ea

Community

Even More Maatkit for MySQL

(Sean Hull) As MySQL has evolved and added sophisticated and newer features, there are some areas that remain a bit rough around the edges. Maatkit offers a whole slew of tools for doing backup and restore, finding tables, monitoring your database server and many other database administration tasks