Tag: Open Source

Community

A graphical way to MySQL mastery

(Amit Kumar Saha) MySQL GUI Tools is a suite of graphical desktop applications for working with and administering MySQL servers. The suite consists of three tools: MySQL Query Browser, MySQL Administrator, and MySQL Migration Assistant (available only on Windows). We’ll look at the first two to see

Community

Fusion Charts for Sprucing up Data

(Leo Hsu and Regina Obe) This product is not specifically a PostgreSQL product but it is one that we use frequently with many of our database apps so we felt our obligation to blog about it in the context of databases. Lets face it, when you have a database, somebody will come to you one day and dem

Community

MySQL Replication Pitfalls

(Sean Hull) MySQL has some powerful replication technology. It can be configured to replicate everything, or subsets of schemas or even individual tables. Those slave databases can themselves be masters as well, feeding still more databases a stream of transactions from the master.