June 19, 2013

Comment: Percona XtraBackup 2.1.3 for MySQL available for download

…=52428800 read_buffer_size=131072 max_used_connections=13 max_threads=2002 thread_count=6 connection_count=6 It is possible that… be invalid and cause the dump to abort. Query (0): is an invalid pointer Connection ID (thread ID): 3 Status: NOT_KILLED…:53:56 mysqld_safe mysqld from pid file /var/lib/mysql/srv-d2-mysql02.pid ended in an another environment I…

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) Percona Server for MySQL will now be shipped… #62578 which caused MySQL client to abort the connections on terminal resize. Bug fixed #925343 (Sergei Glushchenko). Percona Server for MySQL would re-create…

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

…: Percona Server for MySQL has implemented priority connection scheduling for the Thread Pool. (Alexey Kopytov) Percona Server for MySQL will now be shipped… #62578 which caused MySQL client to abort the connections on terminal resize. Bug fixed #925343 (Sergei Glushchenko). Percona Server for MySQL would re-create…

Post: How to track down the source of Aborted_connects

…biggest measurable sign was [percona@server ~]$ mysqladmin ext | grep Abort | Aborted_clients | 14835 | | Aborted_connects | 15598 | These two status variables are actually unrelated (see…Host ‘XXX.XX.XX.XXX’ is not allowed to connect to this MySQL server I’ve anonymized the offending IP address. …

Post: Ultimate MySQL variable and status reference list

…amazing MySQL manual, especially the option and … one! abort_slave_event_countblogpercona.commanual Aborted_clientsblogpercona.commanual Aborted_connectsblogpercona…..commanual concurrent_insertblogpercona.commanual connect_timeoutblogpercona.commanual Connectionsblogpercona.commanual …

Post: Apache PHP MySQL and Runaway Scripts

… sometimes which is obviously the problem – they take Apache Slot, MySQL Connection and other resources. I had discussion today who was thinking…” button in the browser to abort connection and check if script continues to run. ignore_user_abort was set to FALSE for running… something like scripts or MySQL calls and does not output anything to the browser neither automatic termination not connection_aborted() check seems to…

Post: How Percona does a MySQL Performance Audit

mysql –user=mysql –pid-file=/var/run/mysqld/mysqld.pid –skip-external-locking –port=3306 –socket=/var/db/mysql/mysql… | Variable_name | Value | +———————————–+———————-+ | Aborted_clients | 205174 | | Aborted_connects | 29 | | Binlog_cache…

Post: MySQL net_write_timeout vs wait_timeout and protocol notes

… net_write_timeout to avoid connection being aborted and now I think I should have better explained that. MySQL uses a lot of different timeout variables at different stages. For example when connection is just being established connect_timeout is… be the good idea. This for example typical cause of aborted connections while using Sphinx with large data sets and large buffers…

Post: Actively monitoring replication connectivity with MySQL's heartbeat

Until MySQL 5.5 the only variable used to identify a network connectivity problem between Master and Slave was slave-net-timeout… wait for more Binary Logs events from the master before abort the connection and establish it again. With a default value of… to connect again. Here is the SHOW SLAVE STATUS output after an error: mysql_slave > show slave status\G [...] Slave_IO_Running: Connecting Slave…

Comment: 10+ Ways to Crash or Overload MySQL

… pz]$ mysqladmin extended | grep conn | Aborted_connects | 0 | | Max_used_connections | 0 | | Threads_connected | 1 | [pz@mail pz]$ mysql -u sdf -p df Enter password… | Aborted_connects | 2 | | Max_used_connections | 0 | | Threads_connected | 1 | So entered password is counted as aborted connect. If those do not count towards max_connect_errors…