(Tony Darnell) In part one of this post, I gave you a couple examples of how to backup your MySQL databases using mysqldump. In part two, I will show you how to use the MySQL Enterprise Backup (MEB) to create a full and partial backup.
Tag: Open Source
DBA Personalities: DISC and Values Models
(Baron Schwartz) What personality characteristics do great DBAs share? What motivates them?
Creating and Restoring Database Backups With mysqldump and MySQL Enterprise Backup – Part 1 of 2
(Tony Darnell) If you have used MySQL for a while, you have probably used mysqldump to backup your database. In part one of this blog, I am going to show you how to create a simple full and partial backup using mysqldump.
Combining work with MySQL and MongoDB using Python
(Shahriyar Rzayev) Recently i have reviewed a simple web application, where problem was with moving “read” count of news from main table to another table in MySQL.
Bash Arrays & MySQL
(Michael McLaughlin) Student questions are always interesting! They get me to think and to write. The question this time is: “How do I write a Bash Shell script to process multiple MySQL script files?” This post builds the following model (courtesy of MySQL Workbench) by using a bash shell script an
MySQL indexing 101: a challenging single-table query
(Stephane Combaudon) We discussed in an earlier post how to design indexes for many types of queries using a single table. Here is a real-world example of the challenges you will face when trying to optimize queries: two similar queries, but one is performing a full table scan while the other one is
Controlling worldwide manufacturing plants with MySQL
(Shinguz) A MySQL customer of FromDual has different manufacturing plants spread across the globe. They are operated by local companies. FromDuals customer wants to maintain the manufacturing receipts centralized in a MySQL database in the Head Quarter in Europe.
MongoDB’s flexible schema: How to fix write amplification
(Stephane Combaudon) Being schemaless is one of the key features of MongoDB. On the bright side this allows developers to easily modify the schema of their collections without waiting for the database to be ready to accept a new schema. However schemaless is not free and one of the drawbacks is writ
Upgrading Directly From MySQL 5.0 to 5.6 With mysqldump
(Susan Koerner) Upgrading MySQL is a task that is almost inevitable if you have been managing a MySQL installation for any length of time. To accomplish that task, we have provided a utility and documentation to upgrade from one version of MySQL to another.
Keep your MySQL data in sync when using Tungsten Replicator
(Franciso Bordenave) MySQL replication isn’t perfect and sometimes our data gets out of sync, either by a failure in replication or human intervention.
