Tag: Open Source

Community

MySQL user authentication

(Keith Larson) I was looking around on the MySQL forums when I ran across this post and it got me thinking. First, thank you to Scott for helping in the community forum. But also about how some still have issues with MySQL user authentication. So I thought I would put together a simple quick post a

Community

Schema and search_path surprises

(Leo Hsu and Regina Obe) This was an article we were meaning to write and got reminded by Szymon Guz latest PostgreSQL search_path behavior. The PostgreSQL search_path variable allows you to control what order schemas are searched and which schemas do not require schema qualification to use tables/v

Community

MySQL Database Triggers

(Michael McLaughlin) One of the students wanted an equivalent example to an Oracle DML trigger sample that replaces a white space in a last name with a dash for an INSERT statement. Apparently, the MySQL trigger example in the Oracle Database 11g and MySQL 5.6 Developer Handbook was a bit long. I ha