June 18, 2013

Post: Migrating between MySQL schemas with Percona Xtrabackup

data. Now, enough with the theory, here is the procedure I used: Locatedatabase:  mysqladmin create orig_old Load the schema into the target database:  mysql orig_old < /tmp/orig.schema.sql Ensure innodbmysql/orig_old Make sure that the files are owned by mysql: chown mysql:mysql /var/lib/mysql

Post: Using Flexviews - part two, change data capture

databases but until recently this type of software was not available for MySQL. Change Data Capture can be used to: Monitor a databasefile. FlexCDC is located in the flexviews/consumer/ subdirectory. Create the settings file

Post: How to recover deleted rows from an InnoDB Tablespace

file and import them into the database. The time between the deletion of rows and the databaseof the tablespace to an output directory. We only need to specify the row format (-5) and where is our tablespace located….percona.com/docs/wiki/innodb-data-recovery-tool:mysql-data-recovery:generating_a_…

Post: Aligning IO on a hard disk RAID – the Benchmarks

data/mysql socket=/var/run/mysqld/mysqld.sock innodb_file_per_table = true innodb_data_file_path = ibdata1:10M:autoextend innodb_flush_log_at_trx_commit = 2 innodbof 8 threads running concurrently. Because the customer was running a database

Post: Connecting orphaned .ibd files

files. Usually system tablespace is located in ibdata1 file and every InnoDB table has two filesdatabase taken from some MySQL server. 0. Create empty InnoDB tablespace. 1. Create the table: mysqlMySQL 5.1 on CentOS 5.6 x86_64. However it expected to work on all versions of MySQL/InnoDB

Post: How long is recovery from 8G innodb_log_file

mysql 1000W workload with 52GB and 144GB innodb_buffer_pool_size with data located on Virident tachIOn card and killed mysqld after 30 mins ofInnoDB: Rollback of non-prepared transactions completed that is 7min 51sec for 144GB innodb_buffer_pool_size: 101220 22:45:37 InnoDB: Database

Post: A quest for the full InnoDB status

… a large spike in number of connections to MySQL, which often happens when several transactions kill the database performance resulting in very long… innodb-status-file option set in your my.cnf. This will make InnoDB to write the full status output into innodb_status. file located in MySQL data

Post: Heikki Tuuri answers to Innodb questions, Part II

of Innodb on Solaris? HT: Yes, if your ‘write working set’ fits in 16 GB. I mean, if the database…_log* files; I know that innodb writes files in the log file group in … always occur to the same memory location(s)? HT: Yes. Q33: Do… good way to get large data manageable. MySQL Master Master Manager can…

Post: MySQL Backup tools used by Percona Remote DBA for MySQL

…Your InnoDB table was corrupt and mysql shuts down Your server or RAID controller crashes and all data … and some or all of your servers go down in that location Your entire datacenter loses … each DB write out ALTER DATABASE DEFAULT CHARACTER SET to the schema file, putting in the …

Post: MySQL 5.6 vs MySQL 5.5 and the Star Schema Benchmark

INNODB_DATA_PENDING_READS | 0 | | INNODB_DATA_READ | 3140882432 | | INNODB_DATA_READS | 191581 | | INNODB_PAGES_READ | 191570 | | INNODB_ROWS_READ | 910844 | +—————————————+—————-+ 10 rows in set (0.01 sec) mysql