Archive for March, 2007

Don’t reference auto increment ids outside of mysql.

It’s a common practice to use MySQL’s auto increment feature for things like product ids or invoice numbers. While it always works when the system is first setup it can cause major headaches over time. The problems usually fall into one of three categories, dual master, test/staging setups, and reconciliation of ids. MySQL in a [...]

March 20, 2007 • Posted in: MySQL • 6 Comments

Client auto vertical output

Do you hate it when you execute a query in the mysql cli only to have the output wrap three times making it almost impossible to read? Do you end up re-executing the query with \G waiting once again for the query to run? Well wait no more! My very first submitted patch to mysql [...]

March 7, 2007 • Posted in: MySQL • One Comment