(Leo Hsu and Regina Obe) One of the features of PostGIS (pain to some however you look at it), is that PostGIS library file is versioned by minor version. The library will have for example a postgis-2.0 or postgis-1.5.dll / .so to denote the version. Each version of PostGIS can be compiled to run on
Tag: Open Source
Implicit type conversion in MySQL
(Tom Van Goethem) In some languages, using arithmetic operators on elements that aren’t numeric, give some weird results. In JavaScript for example, [ ] + { } is an Object, while { } + [ ] appears to be NaN.
Making a MySQL slave with ZERO downtime
(Mark Grennan) It’s about time for this year’s MySQL (Percona) conference in San Francisco. I haven’t written anything in some time. So, I thought I’d write something we can talk about should you meet me.
MySQL Utilities meets the world’s ugliest table
(Todd Farmer) In case you missed it, MySQL Utilities 1.3.0 (alpha) was released last week. MySQL Utilities is a component of MySQL Workbench, but it’s been broken out into a separate download allowing command-line users access unencumbered by a pretty GUI interface.
Granting privileges may break replication in MySQL 5.6.10
(Maciej Dobrzanski) MySQL lets database administrators define access rights on many levels – from the ability to run global commands down to access to individual columns.
How can we audit a MySQL server?
(Serge Frezefond) Auditing of a MySQL server activity is a request raised more and more often as compliance rules are more strict for companies. MySQL is used in more and more critical areas.
SQL Injection Risks
(Michael McLaughlin) While I tried to deflect how you perform SQL Injection attacks against a MySQL procedure, my students requested that I post examples of what to do to avoid SQL injection, and what not to do to invite attacks.
Building MySQL and MariaDB on Windows using Visual Studio 2012 Express versus Visual Studio 2010 Express
(Chris Calender) I mentioned in a recent post (and another recent, related post) I was going to try Visual Studio 2012 Express (as opposed to VS 2010 Express) for building MySQL 5.6 and MariaDB 10.0. on Windows.
On warming up a MySQL 5.6 server
(Simon Mudd) One of the typical problems you have when restarting mysqld is that the InnoDB buffer pool (buffer pool from now on) is empty and consequently access to the database requires reading directly from disk. Performance suffers dramatically as a consequence.
MySQL 5.6 Replication: All That Is New, On-Demand
(Mat Keep) The new MySQL 5.6 GA release delivers a host of new capabilities to support developers releasing new services faster, with more agility, performance and security .
