June 18, 2013

Post: Percona Server 5.5.30-30.2 rerelease fixes non-restart issue

…Features: Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov…the PAM Authentication Plugin couldn’t be loaded with Perl and Python clients when … options, all secondary key definitions would be lost. Bug fixed #989253 (Alexey Kopytov). Warning …

Post: Percona Server for MySQL 5.5.30-30.2 now available

…: Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov)…the PAM Authentication Plugin couldn’t be loaded with Perl and Python clients when … options, all secondary key definitions would be lost. Bug fixed #989253 (Alexey Kopytov). Warning about…

Post: Estimating Replication Capacity

…_system#” \G *************************** 1. row *************************** USER: #mysql_system# TOTAL_CONNECTIONS: 1 CONCURRENT_CONNECTIONS: 0 CONNECTED_TIME: 446 BUSY_TIME: 74 CPU_TIME: 0 BYTES… DENIED_CONNECTIONS: 1 LOST_CONNECTIONS: 0 ACCESS_DENIED: 0 EMPTY_QUERIES: 0 1 row in set (0.00 sec) In this case CONNECTED_TIME… least 3 during the peak load and 5 during the normal load. This applies to normal operational load – if you push heavy ALTER…

Post: Checking for a live database connection considered harmful

…’s total query time. Eliminating the useless connection checks could have nearly halved the load on this database server. That’s not unusual! When the application’s queries are long, the extra query is lost…_devices That’s right, 73% of the server’s load is consumed by checking to see if the connection is still alive :-)

Post: Recovering Innodb table Corruption

… I am getting: mysql> check table test; ERROR 2013 (HY000): Lost connection to MySQL server during query mysql> check table test; +———–+——-+———-+———-+ | Table… later. Another alternative is to dump table with MySQLDump and load it back. It is all pretty much the same stuff…

Post: MySQL Connection Timeouts

… of connection attempts to time out… when as the load growths it may become a lot more frequent. If you time the connect you will often see connection times are… thread stalls somewhere longer than, some SYN packets may be lost. I would suggest sizing your tcp_max_syn_backlog and…

Post: Filling the tmp partition with persistent connections

… using persistent connection technique to avoid creating new connections for every request so it just recycle old connections. The application starts to load data into the database with “LOAD DATA…:35 .. drwx—— 2 root root 16K ago 2 12:36 lost+found Nothing. No files on the partition but it is…

Post: Modeling MySQL Capacity by Measuring Resource Consumptions

… need to answer a question how much load a given system can handle when load is low and we might not be… from User Statistics *************************** 1. row *************************** USER:user TOTAL_CONNECTIONS: 1 CONCURRENT_CONNECTIONS: 0 CONNECTED_TIME: 800 BUSY_TIME: 775 CPU_TIME: 49 BYTES… OTHER_COMMANDS: 0 COMMIT_TRANSACTIONS: 181243 ROLLBACK_TRANSACTIONS: 0 DENIED_CONNECTIONS: 0 LOST_CONNECTIONS: 0 ACCESS_DENIED: 0 EMPTY_QUERIES: 13099 In this…

Post: A recovery trivia or how to recover from a lost ibdata1 file

… SAN to another, something went wrong and they lost the ibdata1 file, where all the table meta-…to get a decent disk space and good internet connectivity, I fired up an Ubuntu 10.04 EC2 instance… credentials to upload their files. Then, I proceed. Loading the schema root@domU:/mnt/tables# perl -p -i…