(Leo Hsu and Regina Obe) In our April Issue An Almost Idiot’s Guide to PostgreSQL YUM we covered using the new PostgreSQL Yum repository to install the PostgreSQL 8.3.1 release on Fedora, RedHat Enterprise, and CentOS. We also received numerous useful feedback from others on issues they ran into and
Tag: Open Source
PDO_MYSQLND: Mighty multiple-queries and PDOStatement::nextRowset()
MySQLs multiple-queries feature makes it possible to run two or more SQL commands with one function call: SQL injections made easy. The PDO design is said to be optimized for security. For security reasons PDO has gone the stony road of prepared statements. If security matters, why does PDO_MYSQL ex
Calculating the Nth percentile in MySQL
(Roland Bouman) Yesterday, I was on the freenode ##pentaho irc channel when Andres Chaves asked me how to calculate the Nth percentile in MySQL. He saw a solution somewhere using subqueries, but wasn’t too happy about it.
PDO_MYSQLND: Calling Stored Procedures works fine with mysqlnd
Mike is asking I`m hoping that MySQL stored procedures will work properly. Especially multiple calls in one request. in reply to PDO_MYSQLND: R[a|u]mbling and a breeze of progress. Mike, it depends what you mean by "properly". If you use the API properly it works fine with mysqlnd. Read on for code
How to load large files safely into InnoDB with LOAD DATA INFILE
(Baron Schwartz) Recently I had a customer ask me about loading two huge files into InnoDB with LOAD DATA INFILE. The goal was to load this data on many servers without putting it into the binary log. While this is generally a fast way to load data (especially if you disable unique key checks and fo
PDO_MYSQLND: R[a|u]mbling and a breeze of progress
The modification of PDO_MYSQL to support the MySQL native driver for PHP (mysqlnd) is progressing. We are using the project title PDO_MYSQLND for the modification. The goal of PDO_MYSQLND is to provide a PDO driver for MySQL which can be compiled either against the MySQL Client Library or against th
How to Inherit, Unherit and Merge Inherit
(Leo Hsu and Regina Obe) A lot of this information is nicely tucked away in the PostgreSQL docs in http://www.postgresql.org/docs/8.3/interactive/ddl-inherit.html, but since the docs are so huge and rich, one may tend to miss these things.
Reviewing MONyog
(Sheeri Cabral) I was contacted by the folks at MONyog and asked if I would review MONyog. Since using MONyog is something I have been wanting to do for a while, I jumped at the chance. Of course, jumped is relative; Rohit asked me at the MySQL User Conference back in April, and here it is two month
Decisions in Your Tables
(Jonathan) So how do I start explaining about decision tables? Well, its an interesting subject..
Resyncing table on MySQL Slave
(Peter Zaitsev) Sometimes MySQL Replication may run out of sync – because of its own buts or operational limitations or because of application mistake, such as writing to the slave when you should be only writing to the master. In any case you need slave to be synced with Master.
