….sql Create the new target database: mysqladmin create orig_old Load the schema into the target database: mysql orig_old < /tmp/orig... issues) with SQL rather than needing to import from a remote server. This can allow for more targeted restores, easier comparison, and allow remote users to compare on a live system without needed to…
Post: Percona Toolkit for MySQL Webinar Followup Questions
… instances? A: It depends. Most MySQL tools can connect to remote hosts and will work with Amazon RDS but others (like… manager, with the sakila database 1 master and 2 slaves installed with MySQL Sandbox, with the sakila database Thanks to everyone who…
Post: Percona XtraBackup 2.0.7 for MySQL available for download
… software that performs non-blocking backups for InnoDB and XtraDB databases. This release is the current GA (Generally Available) stable release… implemented full support for new MySQL 5.6 features (GTID, remote/transportable tablespaces, separate undo tablespace, 5.6-style buffer pool…
Post: MySQL 5.6 - InnoDB Memcached Plugin as a caching layer
… client libraries. The only change between runs is on the remote server (stop/start memcached, stop/start plugin). As expected, there… of warmup time to application Cost of disk space on database server Now, there are definitely other NoSQL options for persistent…
Post: Onsite and Remote - getting best of both worlds
… or implementing changes on production which when can benefit from remote followups to validate changes and provide further advice. Multi day… implement changes and millions of other things. Second – waiting on database (or other) operations to complete – backup, restore, ALTER TABLE, load…
Comment: Onsite and Remote - getting best of both worlds
… states that Pythian does “remote database management”, we actually do both onsite and remote work. I think of a database as a garden — the… landscaping (and maybe even doing it) and planting, and the remote work is great for weeding, mowing the lawn, watering the… communication is good, even the bigger projects can be done remotely.
Post: MySQL Backup tools used by Percona Remote DBA for MySQL
… we dump schemas: loop through each DB write out ALTER DATABASE DEFAULT CHARACTER SET
Post: Tokyo Tyrant - The Extras Part I : Is it Durable?
…’ is used in order to synchronize updated contents of a remote database object with the file and the device.†Let’s… what’s going on: /* Synchronize updated contents of a hash database object with the file and the device. */ bool tchdbsync(TCHDB… is tchdbmemsync. /* Synchronize updating contents on memory of a hash database object. */ bool tchdbmemsync(TCHDB *hdb, bool phys){ assert(hdb); if…
Comment: Database problems in MySQL/PHP Applications
… realize that this is *within the database system only*. ie, if you only go to the database once, then go ahead, run as many queries as you want. If a system is being developed with a *remote* database… and only go across the network and back to the database once.
Post: Using Flexviews - part two, change data capture
… accessed by other programs. CDC applications exist for many commercial databases but until recently this type of software was not available… identify rows that have changed Triggers to capture changes synchronously Database log reading to capture the changes asynchronously The first method… overhead than triggers and change data capture may be done remotely and asynchronously. Binary log based CDC The CDC tool included…

