Tag: Open Source

Community

Procedure privileges

(Ronald) I came across a problem on site yesterday. In moving the development environment to a new server and creating more appropriate permissions for users (they were using ALL on *.*) I found that the Java application would crash with a NullPointerException. The permissions were standard, and cal

Community

Decision Tables and Your Database

(Jonathan) So I have been talking to a lot of people about my idea for a business rules engine in the database and many of my friends have given really good feedback. Not all of it was good feedback, but it allowed me to re-evaluate and focus my idea on what exactly I want to achieve using this idea

Community

GET_LOCK & FAMILY

(Parvesh Garg) Again I have a well neglected and documented feature of MySQL. As we all often need and use locks in MySQL, we tend to forget (or not bother about) MySQL internals and how they cause trouble. For example, try something like LOCK TABLE … WRITE on an InnoDB table in a transaction and

Community

Multiple scripts in MySQL Proxy

(Giuseppe Maxia) MySQL Proxy is being beefed up, to make it ready for prime time. New features are being added, and old ones are improved and tested. Testing the Proxy is an adventure in its own right. It’s a tool that was designed to get in the middle of the scene and change things. Testing its fe

Community

Secure connections to PostgreSQL

(Vincent Danen) The PostgreSQL database server is arguably one of the best SQL servers available, but it’s not as easy for beginners to get a handle on it as other SQL databases, such as MySQL. Where MySQL stores all of its credential information within the SQL database itself, PostgreSQL takes a tw