<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>vbtechsupport.com</title> <atom:link href="http://vbtechsupport.com/feed/" rel="self" type="application/rss+xml" /><link>http://vbtechsupport.com</link> <description></description> <lastBuildDate>Sun, 13 May 2012 16:26:07 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>MariaDB 5.5 RPM builds ?</title><link>http://vbtechsupport.com/1966/</link> <comments>http://vbtechsupport.com/1966/#comments</comments> <pubDate>Sat, 12 May 2012 06:13:22 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[aria]]></category> <category><![CDATA[centos 6]]></category> <category><![CDATA[centos mariadb 5.5]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[mariadb 5.5 rpm]]></category> <category><![CDATA[mariadb 5.5 spec]]></category> <category><![CDATA[mariadb 5.5.23]]></category> <category><![CDATA[mydumper]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql 5.5.23]]></category> <category><![CDATA[mysql backup]]></category> <category><![CDATA[rhel mariadb 5.5]]></category> <category><![CDATA[rhel6]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1966</guid> <description><![CDATA[MariaDB 5.5.23 has been announced as stable release since last month but there isn&#8217;t an official MariaDB 5.5 RPM available for download yet. Seems there&#8217;s problems that need to be ironed out with the official RPM builds for MariaDB 5.5.23. Update: seems official MariaDB 5.5 RPMs might be coming soon ! I&#8217;ve been attempting to [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://kb.askmonty.org/en/mariadb-5523-release-notes" title="MariaDB 5.5.23 GA Stable release" target="_blank">MariaDB 5.5.23</a> has been announced as stable release since last month but there isn&#8217;t an official MariaDB 5.5 RPM available for download yet. Seems there&#8217;s problems that need to be ironed out with the official RPM builds for MariaDB 5.5.23. <strong>Update:</strong> seems official MariaDB 5.5 RPMs might be coming soon !</p><p>I&#8217;ve been attempting to build my own MariaDB 5.5 RPMs ever since without any success, until I stumbled upon <a
href="https://github.com/shawn-sterling/mysql_stuff/tree/master/mariadb-5.5.23" target="_blank">Shawn Sterling&#8217;s MariaDB 5.5 spec file</a>. Merging it with <a
href="https://mariadb.atlassian.net/browse/MDEV-74" target="_blank">Joshua Butcher&#8217;s MariaDB 5.5.23 spec file</a>, I finally managed to build my own MariaDB 5.5.23 RPMs on CentOS 6.2 64bit local test server.  </p><p>I&#8217;m no RPM build expert and this is my first successful RPM build for MariaDB 5.5.23, so going to test it out. Best of all, it seems this MariaDB 5.5 RPM works with <a
href="http://vbtechsupport.com/1695/" target="_blank">mydumper install</a> unlike official MySQL 5.5 server which prevents mydumper from installing properly. I&#8217;m a very happy man <img
src='http://cdn78.vbtechsupport.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p>Here&#8217;s hoping official MariaDB 5.5 RPMs will be available soon.</p><p>Red Hat Enterprise 6 based MariaDB 5.5 64bit RPMs</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-qa</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> MariaDB
&nbsp;
MariaDB-Server-server-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">20.0</span>.rhel6.x86_64
MariaDB-Server-shared-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">20.0</span>.rhel6.x86_64
MariaDB-Server-test-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">20.0</span>.rhel6.x86_64
MariaDB-Server-devel-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">20.0</span>.rhel6.x86_64
MariaDB-Server-client-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">20.0</span>.rhel6.x86_64</pre></div></div><p>CentOS 6 based MariaDB 5.5 64bit RPMs</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-qa</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> MariaDB
&nbsp;
MariaDB-shared-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">26</span>.el6.x86_64
MariaDB-devel-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">26</span>.el6.x86_64
MariaDB-client-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">26</span>.el6.x86_64
MariaDB-server-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">26</span>.el6.x86_64
MariaDB-test-<span style="color: #000000;">55</span>-5.5.23-<span style="color: #000000;">26</span>.el6.x86_64</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mysqladmin ver        
mysqladmin  Ver <span style="color: #000000;">9.0</span> Distrib 5.5.23-MariaDB, <span style="color: #000000; font-weight: bold;">for</span> Linux on x86_64
Copyright <span style="color: #000000;">2000</span>-<span style="color: #000000;">2008</span> MySQL AB, <span style="color: #000000;">2008</span> Sun Microsystems, Inc,
<span style="color: #000000;">2009</span> Monty Program Ab
This software comes with ABSOLUTELY NO WARRANTY. This is <span style="color: #c20cb9; font-weight: bold;">free</span> software,
and you are welcome to modify and redistribute it under the GPL license
&nbsp;
Server version          5.5.23-MariaDB-<span style="color: #000000;">55</span>
Protocol version        <span style="color: #000000;">10</span>
Connection              Localhost via UNIX socket
UNIX socket             <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
Uptime:                 <span style="color: #000000;">26</span> sec
&nbsp;
Threads: <span style="color: #000000;">1</span>  Questions: <span style="color: #000000;">1</span>  Slow queries: <span style="color: #000000;">0</span>  Opens: <span style="color: #000000;">33</span>  
Flush tables: <span style="color: #000000;">1</span>  Open tables: <span style="color: #000000;">26</span>  Queries per second avg: <span style="color: #000000;">0.038</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mysql
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection <span style="color: #c20cb9; font-weight: bold;">id</span> is <span style="color: #000000;">2</span>
Server version: 5.5.23-MariaDB-<span style="color: #000000;">55</span> MariaDB Server <span style="color: #7a0874; font-weight: bold;">&#40;</span>GPL<span style="color: #7a0874; font-weight: bold;">&#41;</span>, Release <span style="color: #000000;">20.0</span>
&nbsp;
This software comes with ABSOLUTELY NO WARRANTY. This is <span style="color: #c20cb9; font-weight: bold;">free</span> software,
and you are welcome to modify and redistribute it under the GPL v2 license
&nbsp;
Type <span style="color: #ff0000;">'help;'</span> or <span style="color: #ff0000;">'\h'</span> <span style="color: #000000; font-weight: bold;">for</span> help. Type <span style="color: #ff0000;">'\c'</span> to <span style="color: #c20cb9; font-weight: bold;">clear</span> the current input statement.
&nbsp;
MariaDB <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #7a0874; font-weight: bold;">&#40;</span>none<span style="color: #7a0874; font-weight: bold;">&#41;</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">&gt;</span> show plugins;
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> Name                           <span style="color: #000000; font-weight: bold;">|</span> Status   <span style="color: #000000; font-weight: bold;">|</span> Type               <span style="color: #000000; font-weight: bold;">|</span> Library <span style="color: #000000; font-weight: bold;">|</span> License <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> binlog                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_native_password          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_old_password             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> CSV                            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MRG_MYISAM                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MyISAM                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MEMORY                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> Aria                           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEDERATED                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> InnoDB                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_RSEG                    <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TRX                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCKS                   <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCK_WAITS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP_RESET               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM                  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM_RESET            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLES              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLESTATS          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_INDEXES             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_COLUMNS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FIELDS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN_COLS        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_STATS               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TABLE_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_INDEX_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES       <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_INDEX <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_BLOB  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> XTRADB_ADMIN_COMMAND           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> ARCHIVE                        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> BLACKHOLE                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> PERFORMANCE_SCHEMA             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEEDBACK                       <span style="color: #000000; font-weight: bold;">|</span> DISABLED <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> partition                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+</pre></div></div><p><a
href="http://vbtechsupport.com/1695/" target="_blank">mydumper multi-threaded MySQL backup tool</a> successfully installs on MariaDB 5.5 RPM !</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #660033;">--</span> <span style="color: #660033;">------------------------------------------------</span>
<span style="color: #660033;">--</span> MYSQL_CONFIG = <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysql_config
<span style="color: #660033;">--</span> CMAKE_INSTALL_PREFIX = <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">local</span>
<span style="color: #660033;">--</span> BUILD_DOCS = ON
<span style="color: #660033;">--</span> RUN_CPPCHECK = OFF
<span style="color: #660033;">--</span> Change a values with: cmake -D<span style="color: #000000; font-weight: bold;">&lt;</span>Variable<span style="color: #000000; font-weight: bold;">&gt;</span>=<span style="color: #000000; font-weight: bold;">&lt;</span>Value<span style="color: #000000; font-weight: bold;">&gt;</span>
<span style="color: #660033;">--</span> <span style="color: #660033;">------------------------------------------------</span>
<span style="color: #660033;">--</span> 
<span style="color: #660033;">--</span> Configuring <span style="color: #000000; font-weight: bold;">done</span>
<span style="color: #660033;">--</span> Generating <span style="color: #000000; font-weight: bold;">done</span>
<span style="color: #660033;">--</span> Build files have been written to: <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>src<span style="color: #000000; font-weight: bold;">/</span>mydumper-0.5.1
Scanning dependencies of target mydumper
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">20</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Building C object CMakeFiles<span style="color: #000000; font-weight: bold;">/</span>mydumper.dir<span style="color: #000000; font-weight: bold;">/</span>mydumper.c.o
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">40</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Building C object CMakeFiles<span style="color: #000000; font-weight: bold;">/</span>mydumper.dir<span style="color: #000000; font-weight: bold;">/</span>binlog.c.o
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">60</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Building C object CMakeFiles<span style="color: #000000; font-weight: bold;">/</span>mydumper.dir<span style="color: #000000; font-weight: bold;">/</span>server_detect.c.o
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">80</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Building C object CMakeFiles<span style="color: #000000; font-weight: bold;">/</span>mydumper.dir<span style="color: #000000; font-weight: bold;">/</span>g_unix_signal.c.o
Linking C executable mydumper
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">80</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Built target mydumper
Scanning dependencies of target myloader
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Building C object CMakeFiles<span style="color: #000000; font-weight: bold;">/</span>myloader.dir<span style="color: #000000; font-weight: bold;">/</span>myloader.c.o
Linking C executable myloader
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Built target myloader
<span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #000000;">80</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Built target mydumper
<span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span><span style="color: #7a0874; font-weight: bold;">&#93;</span> Built target myloader
Install the project...
<span style="color: #660033;">--</span> Install configuration: <span style="color: #ff0000;">&quot;&quot;</span>
<span style="color: #660033;">--</span> Installing: <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mydumper
<span style="color: #660033;">--</span> Installing: <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>myloader</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mydumper <span style="color: #660033;">--help</span>
Usage:
  mydumper <span style="color: #7a0874; font-weight: bold;">&#91;</span>OPTION...<span style="color: #7a0874; font-weight: bold;">&#93;</span> multi-threaded MySQL dumping
&nbsp;
Help Options:
  -?, <span style="color: #660033;">--help</span>                  Show <span style="color: #7a0874; font-weight: bold;">help</span> options
&nbsp;
Application Options:
  -B, <span style="color: #660033;">--database</span>              Database to dump
  -T, <span style="color: #660033;">--tables-list</span>           Comma delimited table list to dump <span style="color: #7a0874; font-weight: bold;">&#40;</span>does not exclude regex option<span style="color: #7a0874; font-weight: bold;">&#41;</span>
  -o, <span style="color: #660033;">--outputdir</span>             Directory to output files to
  -s, <span style="color: #660033;">--statement-size</span>        Attempted <span style="color: #c20cb9; font-weight: bold;">size</span> of INSERT statement <span style="color: #000000; font-weight: bold;">in</span> bytes, default <span style="color: #000000;">1000000</span>
  -r, <span style="color: #660033;">--rows</span>                  Try to <span style="color: #c20cb9; font-weight: bold;">split</span> tables into chunks of this many rows
  -c, <span style="color: #660033;">--compress</span>              Compress output files
  -e, <span style="color: #660033;">--build-empty-files</span>     Build dump files even <span style="color: #000000; font-weight: bold;">if</span> no data available from table
  -x, <span style="color: #660033;">--regex</span>                 Regular expression <span style="color: #000000; font-weight: bold;">for</span> <span style="color: #ff0000;">'db.table'</span> matching
  -i, <span style="color: #660033;">--ignore-engines</span>        Comma delimited list of storage engines to ignore
  -m, <span style="color: #660033;">--no-schemas</span>            Do not dump table schemas with the data
  -k, <span style="color: #660033;">--no-locks</span>              Do not execute the temporary shared <span style="color: #c20cb9; font-weight: bold;">read</span> lock.  WARNING: This will cause inconsistent backups
  -l, <span style="color: #660033;">--long-query-guard</span>      Set long query timer <span style="color: #000000; font-weight: bold;">in</span> seconds, default <span style="color: #000000;">60</span>
  <span style="color: #660033;">--kill-long-queries</span>         Kill long running queries <span style="color: #7a0874; font-weight: bold;">&#40;</span>instead of aborting<span style="color: #7a0874; font-weight: bold;">&#41;</span>
  -b, <span style="color: #660033;">--binlogs</span>               Get a snapshot of the binary logs <span style="color: #c20cb9; font-weight: bold;">as</span> well <span style="color: #c20cb9; font-weight: bold;">as</span> dump data
  -D, <span style="color: #660033;">--daemon</span>                Enable daemon mode
  -I, <span style="color: #660033;">--snapshot-interval</span>     Interval between each dump snapshot <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">in</span> minutes<span style="color: #7a0874; font-weight: bold;">&#41;</span>, requires --daemon, default <span style="color: #000000;">60</span>
  -L, <span style="color: #660033;">--logfile</span>               Log <span style="color: #c20cb9; font-weight: bold;">file</span> name to use, by default stdout is used
  -h, <span style="color: #660033;">--host</span>                  The host to connect to
  -u, <span style="color: #660033;">--user</span>                  Username with privileges to run the dump
  -p, <span style="color: #660033;">--password</span>              User password
  -P, <span style="color: #660033;">--port</span>                  TCP<span style="color: #000000; font-weight: bold;">/</span>IP port to connect to
  -S, <span style="color: #660033;">--socket</span>                UNIX domain socket <span style="color: #c20cb9; font-weight: bold;">file</span> to use <span style="color: #000000; font-weight: bold;">for</span> connection
  -t, <span style="color: #660033;">--threads</span>               Number of threads to use, default <span style="color: #000000;">4</span>
  -C, <span style="color: #660033;">--compress-protocol</span>     Use compression on the MySQL connection
  -V, <span style="color: #660033;">--version</span>               Show the program version and <span style="color: #7a0874; font-weight: bold;">exit</span>
  -v, <span style="color: #660033;">--verbose</span>               Verbosity of output, <span style="color: #000000;">0</span> = silent, <span style="color: #000000;">1</span> = errors, <span style="color: #000000;">2</span> = warnings, <span style="color: #000000;">3</span> = info, default <span style="color: #000000;">2</span></pre></div></div>]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1966/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>vBulletin 4.1.12 PL1 released with security fix patches for vB 4.1.2 to 4.1.12</title><link>http://vbtechsupport.com/1926/</link> <comments>http://vbtechsupport.com/1926/#comments</comments> <pubDate>Thu, 26 Apr 2012 02:00:41 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[forum software]]></category> <category><![CDATA[vbulletin]]></category> <category><![CDATA[forumrunner]]></category> <category><![CDATA[vb 4]]></category> <category><![CDATA[vb 4.1]]></category> <category><![CDATA[vb 4.1.12]]></category> <category><![CDATA[vb 4.1.12 pl1]]></category> <category><![CDATA[vb mapi plugin]]></category> <category><![CDATA[vbulletin 4]]></category> <category><![CDATA[vbulletin 4.1]]></category> <category><![CDATA[vbulletin 4.1.12]]></category> <category><![CDATA[vbulletin 4.1.12 pl1]]></category> <category><![CDATA[vbulletin forumrunner]]></category> <category><![CDATA[vbulletin mapi plugin]]></category> <category><![CDATA[vbulletin security patch]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1926</guid> <description><![CDATA[vBulletin 4.1.12 was released recently only to be followed up with vBulletin 4.1.12 PL1 security fix patch release. A separate patch release was also issued for vBulletin versions 4.1.2 to 4.1.11. There&#8217;s also a security patch fix released for vBulletin 3.x MAPI Plugin 1.4.3. vBulletin 4.1.12 release vBulletin 4.1.12 PL1 release vBulletin 4.1.2 to 4.1.11 patch [...]]]></description> <content:encoded><![CDATA[<p><a
href="https://www.vbulletin.com/forum/showthread.php/399363-vBulletin-4-1-12-FULL-has-been-released-(vBulletin-com-upgraded)" target="_blank">vBulletin 4.1.12</a> was released recently only to be followed up with <a
href="https://www.vbulletin.com/forum/showthread.php/400165-vBulletin-Security-Patch-for-vBulletin-4-1-12-for-Suite-amp-Forum-04-23-2012" target="_blank">vBulletin 4.1.12 PL1 security fix patch release</a>. A separate patch release was also issued for <a
href="https://www.vbulletin.com/forum/showthread.php/400164-vBulletin-Security-Patch-for-vBulletin-4-1-2-4-1-11-for-Suite-amp-Forum-04-23-2012" target="_blank">vBulletin versions 4.1.2 to 4.1.11</a>. There&#8217;s also a <a
href="https://www.vbulletin.com/forum/showthread.php/400162-vBulletin-3-x-MAPI-Plugin-1-4-3-released-with-security-patch-04-23-2012" target="_blank">security patch fix released for vBulletin 3.x MAPI Plugin 1.4.3</a>.</p><ul><li><a
href="https://www.vbulletin.com/forum/showthread.php/399363-vBulletin-4-1-12-FULL-has-been-released-(vBulletin-com-upgraded)" target="_blank">vBulletin 4.1.12 release</a></li><li><a
href="https://www.vbulletin.com/forum/showthread.php/400165-vBulletin-Security-Patch-for-vBulletin-4-1-12-for-Suite-amp-Forum-04-23-2012" target="_blank">vBulletin 4.1.12 PL1 release</a></li><li><a
href="https://www.vbulletin.com/forum/showthread.php/400164-vBulletin-Security-Patch-for-vBulletin-4-1-2-4-1-11-for-Suite-amp-Forum-04-23-2012" target="_blank">vBulletin 4.1.2 to 4.1.11 patch releases</a></li><li><a
href="https://www.vbulletin.com/forum/showthread.php/400162-vBulletin-3-x-MAPI-Plugin-1-4-3-released-with-security-patch-04-23-2012" target="_blank">vBulletin 3.x MAPI Plugin v1.4.3</a></li></ul><h2> Notes for vB 4.1.12</h2><p
style="padding-left: 60px;">vBulletin 4.1.12 is a maintenance release focused on improving performance and stablity. In addition, a <strong>no-cost</strong> solution for mobile smartphone applications has been added to vBulletin 4 Suite and Forum through our integration with <a
href="http://www.forumrunner.net/" target="_blank">Forum Runner</a>, a leading mobile forum solutions provider. Updates to <a
href="http://members.vbulletin.com/" target="_blank">http://members.vbulletin.com</a> allow you to easily manage your Forum Runner product directly from your vBulletin.com Members Area.</p><p><strong>The release contains:</strong></p><ul
style="padding-left: 60px;"><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+issuetype+in+%28%22Hook+Request%22%2C+%22Improvement+Request%22%2C+%22Feature+Request%22%29+AND+fixVersion+%3D+%224.1.12%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">8 user created</a> hook requests, improvement requests, and feature requests.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.12%22+AND+component+in+%28CMS%2C+%22CMS+-+Categories%22%2C+%22CMS+-+Content%22%2C+%22CMS+-+Sections%22%2C+%22CMS+-+Widgets%22%29+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">28 issue fixes</a> related to the CMS.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+priority+in+%28Blocker%2C+Showstopper%2C+Critical%2C+Major%29+AND+fixVersion+%3D+%224.1.12%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">19 issue fixes</a> with a severity of Major or higher.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.12%22+AND+component+in+%28MAPI%2C+%22Mobile+Style%22%29+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">14 issue fixes</a> for MAPI and Mobile Style.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.12%22+AND+component+in+%28StyleVars%2C+Styling%29+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">9 issue fixes</a> related to Styling and stylevars.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.12%22+AND+component+%3D+%22Code+Errors%2FOptimization%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">11 issue fixes</a> related to performance and code optimization.</li></ul><p
style="padding-left: 60px;"><strong>Of particular note:</strong></p><ul
style="padding-left: 60px;"><li>A seamless <a
href="https://www.vbulletin.com/forum/content.php/723-forum-runner" target="_blank">integration with Forum Runner</a>.</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14056" target="_blank">VBIV-14056</a> - Serve jQuery from Google CDN in vBulletin 4 MS</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14471" target="_blank">VBIV-14471</a> - Unable to Configure Widgets: Configuration Popup Doesn&#8217;t Load</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14443" target="_blank">VBIV-14443</a> - Customized CMS and Blog Stylevars Reset in Upgrade</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14304" target="_blank">VBIV-14304</a> - Can&#8217;t post comments on Articles using the mobile app.</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14214" target="_blank">VBIV-14214</a> - CKeditor initial lag and lost characters</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-13899" target="_blank">VBIV-13899</a> - Fatal error when using Preview Changes while editing a post with attachments</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-5766" target="_blank">VBIV-5766</a> - Too Much Memory Used To Generate online.php</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14642" target="_blank">VBIV-14642</a> - Can&#8217;t see self in Who&#8217;s Online page if set to invisible</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14614" target="_blank">VBIV-14614</a> - Incorrect Who&#8217;s Online pagination when showing only guests</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14622" target="_blank">VBIV-14622</a> - Wrong avatar images and links in recent activity widget</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14610" target="_blank">VBIV-14610</a> - Startup error while upgrading to a patch level version &#8211; includes/md5_sums_vbulletin.php version mismatch</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14599" target="_blank">VBIV-14599</a> - Update some more areas to use vbeach instead of bit templates</li></ul><p
style="padding-left: 60px;"><strong>Additional Changes since the 4.1.12 BETA 2 Release:</strong></p><ul
style="padding-left: 60px;"><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14642" target="_blank">VBIV-14642</a> - Can&#8217;t see self in Who&#8217;s Online page if set to invisible</li></ul><p
style="padding-left: 60px;">vBulletin 4.1.12 contains a total of <strong>100</strong> bug fixes, hook requests, improvement requests, and feature requests. A full list of these changes can be found - <strong><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.12%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">HERE</a></strong>.</p><p>Read Paul&#8217;s blog post on the changes in 4.1.12 - <strong><a
href="https://www.vbulletin.com/forum/entry.php/2509-vBulletin-4-1-12" target="_blank">HERE</a></strong>.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1926/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 3.3.2 &amp; 3.4 beta 3 released</title><link>http://vbtechsupport.com/1921/</link> <comments>http://vbtechsupport.com/1921/#comments</comments> <pubDate>Wed, 25 Apr 2012 08:28:44 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[web tech]]></category> <category><![CDATA[wordpress]]></category> <category><![CDATA[wordpress 3.3.2]]></category> <category><![CDATA[wordpress 3.4]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1921</guid> <description><![CDATA[WordPress has announced the released of their 3.3.2 stable and 3.4 beta 3 versions. Full details here. WordPress 3.3.2 is available now and is a security update for all previous versions. Three external libraries included in WordPress received security updates: Plupload (version 1.5.4), which WordPress uses for uploading media. SWFUpload, which WordPress previously used for uploading [...]]]></description> <content:encoded><![CDATA[<p>WordPress has <a
href="http://wordpress.org/news/2012/04/wordpress-3-3-2/" target="_blank">announced</a> the released of their 3.3.2 stable and 3.4 beta 3 versions. Full details <a
href="http://wordpress.org/news/2012/04/wordpress-3-3-2/" target="_blank">here</a>.</p><p
style="padding-left: 30px;"><a
href="http://wordpress.org/download/">WordPress 3.3.2</a> is available now and is a security update for all previous versions.</p><p
style="padding-left: 30px;">Three external libraries included in WordPress received security updates:</p><ul
style="padding-left: 30px;"><li>Plupload (version 1.5.4), which WordPress uses for uploading media.</li><li>SWFUpload, which WordPress previously used for uploading media, and may still be in use by plugins.</li><li>SWFObject, which WordPress previously used to embed Flash content, and may still be in use by plugins and themes.</li></ul><p
style="padding-left: 30px;">Thanks to <a
href="https://nealpoole.com/blog/">Neal Poole</a> and <a
href="http://greywhind.wordpress.com/">Nathan Partlan</a> for <a
href="http://codex.wordpress.org/FAQ_Security">responsibly disclosing</a> the bugs in Plupload and SWFUpload, and <a
href="http://mars.iti.pk.edu.pl/~grucha/">Szymon Gruszecki</a> for a separate bug in SWFUpload.</p><p
style="padding-left: 30px;">WordPress 3.3.2 also addresses:</p><ul
style="padding-left: 30px;"><li>Limited privilege escalation where a site administrator could deactivate network-wide plugins when running a WordPress network under particular circumstances, disclosed by <a
href="http://joncave.co.uk/">Jon Cave</a> of our WordPress core security team, and <a
href="http://sixohthree.com/">Adam Backstrom</a>.</li><li>Cross-site scripting vulnerability when making URLs clickable, by Jon Cave.</li><li>Cross-site scripting vulnerabilities in redirects after posting comments in older browsers, and when filtering URLs. Thanks to <a
href="http://www.sneaked.net/">Mauro Gentile</a> for responsibly disclosing these issues to the security team.</li></ul><p
style="padding-left: 30px;">These issues were fixed by the WordPress core security team. Five other bugs were also fixed in version 3.3.2. Consult the<a
href="http://core.trac.wordpress.org/log/branches/3.3?rev=20552&amp;stop_rev=20087">change log</a> for more details.</p><p
style="padding-left: 30px;"><a
href="http://wordpress.org/download/">Download WordPress 3.3.2</a> or update now from the Dashboard → Updates menu in your site’s admin area.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1921/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Twitter releasing own MySQL internal development branch on GitHub</title><link>http://vbtechsupport.com/1915/</link> <comments>http://vbtechsupport.com/1915/#comments</comments> <pubDate>Wed, 25 Apr 2012 04:21:48 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[social networking]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql numa]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[twitter]]></category> <category><![CDATA[twitter mysql]]></category> <category><![CDATA[twitter mysql fork]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1915</guid> <description><![CDATA[Jeremy Cole announced that Twitter has published it&#8217;s own MySQL internal development branch to GitHub. MySQL at Twitter MySQL is the persistent storage technology behind most Twitter data: the interest graph, timelines, user data and the Tweets themselves. Due to our scale, we push MySQL a lot further than most companies. Of course, MySQL is [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://blog.jcole.us/2012/04/09/twitter-mysql-published/" target="_blank">Jeremy Cole</a> announced that Twitter has <a
href="http://engineering.twitter.com/2012/04/mysql-at-twitter.html" target="_blank">published it&#8217;s own MySQL internal development branch</a> to <a
href="https://github.com/twitter/mysql" target="_blank">GitHub</a>.</p><h3 style="padding-left: 30px;">MySQL at Twitter</h3><div
style="padding-left: 30px;">MySQL is the persistent storage technology behind most Twitter data: the interest graph, timelines, user data and the Tweets themselves. Due to our scale, we push MySQL a lot further than most companies. Of course, MySQL is open source software, so we have the ability to change it to suit our needs. Since we believe in sharing knowledge and that open source software facilitates innovation, we have decided to open source <a
href="https://github.com/twitter/mysql">our MySQL work</a>on GitHub under the BSD New license. The objectives of our work thus far has primarily been to improve the predictability of our services and make our lives easier. Some of the work we’ve done includes:</div><div
style="padding-left: 30px;"></div><div
style="padding-left: 30px;"><ul><li>Add additional status variables, particularly from the internals of InnoDB. This allows us to monitor our systems more effectively and understand their behavior better when handling production workloads.</li><li>Optimize memory allocation on large NUMA systems: Allocate InnoDB&#8217;s buffer pool fully on startup, fail fast if memory is not available, ensure performance over time even when server is under memory pressure.</li><li>Reduce unnecessary work through improved server-side statement timeout support. This allows the server to proactively cancel queries that run longer than a millisecond-granularity timeout.</li><li>Export and restore InnoDB buffer pool in using a safe and lightweight method. This enables us to build tools to support rolling restarts of our services with minimal pain.</li><li
style="padding-left: 30px;">Optimize MySQL for SSD-based machines, including page-flushing behavior and reduction in writes to disk to improve lifespan.</li></ul></div> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1915/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google Drive coming soon &#8211; free 5GB storage</title><link>http://vbtechsupport.com/1933/</link> <comments>http://vbtechsupport.com/1933/#comments</comments> <pubDate>Wed, 25 Apr 2012 00:51:17 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[google apps]]></category> <category><![CDATA[web tech]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1933</guid> <description><![CDATA[Google Drive is coming soon it seems. Announced on Google Blog, you&#8217;ll have 5GB free online storage space to upload, share and collaborate videos, photos, files and documents with others. Videos and photos will be instantly available to your Google+ accounts if linked apparently. Eventually, you&#8217;ll be able to sync PC, Mac, Linux and both [...]]]></description> <content:encoded><![CDATA[<p><a
href="https://drive.google.com/" target="_blank">Google Drive</a> is coming soon it seems. Announced on <a
href="http://googleblog.blogspot.com.au/2012/04/introducing-google-drive-yes-really.html" target="_blank">Google Blog</a>, you&#8217;ll have 5GB free online storage space to upload, share and collaborate videos, photos, files and documents with others. Videos and photos will be instantly available to your Google+ accounts if linked apparently. Eventually, you&#8217;ll be able to sync PC, Mac, Linux and both Android and Apple iOS devices with Google Drive.</p><p><a
href="https://www.google.com/settings/storage/?hl=en" target="_blank">Google Drive storage pricing</a> link was hidden at the bottom of the page for folks needing more than 5GB storage space. Seems it&#8217;s also tied in with Picasa and Gmail storage so when you purchased additional Google Drive storage, it is shared across Google Drive and Picasa and your Gmail storage automatically increases from 10GB free to 25GB free!</p><h2>Google Drive PC &amp; Mac syncing app</h2><p>Google Drive PC &amp; Mac apps allow you to choose what to sync on your computer with Google Drive. Currently, it&#8217;s an invitation only service, so you need to receive an invite to be able to download and install it. It&#8217;s explained <a
href="https://support.google.com/drive/bin/answer.py?hl=en&amp;answer=2375083" target="_blank">here</a>.</p><p
style="padding-left: 30px;">The <a
href="https://support.google.com/drive/bin/answer.py?answer=2376951" target="_blank" data-answer="2376951">Google Drive for your Mac/PC</a> application puts you in control – you can keep or change the default syncing settings. Decide whether you want to sync Google Docs, all of <strong>My Drive</strong> or individual folders, and items in <strong>Shared with me</strong>.</p><h2>Google Drive Security</h2><p>Google Drive security is explained <a
href="https://support.google.com/drive/bin/answer.py?hl=en&amp;answer=2523079" target="_blank">here</a>.</p><p
style="padding-left: 30px;">The security of your data in Google Drive is a top priority. In order for a Google Drive app to access files in your Google Drive, you must install and authorize the app.</p><p
style="padding-left: 30px;">When you choose to open files with Google Drive apps, these apps may request access to all or individual files in your Google Drive. These permissions will be outlined when you choose to authorize the app.</p><h2>Storage plan pricing</h2><p>Store up to 5 GB in Google Drive, 1 GB in Picasa, and 10 GB in Gmail for free and pay for additional storage as your accounts grow. Here&#8217;s how it works:</p><ul><li>Tap into your free storage as soon as you start using Google Drive, Picasa or Gmail.</li><li>Purchase additional storage that can be shared across Google Drive and Picasa (free storage doesn&#8217;t transfer across products). When you purchase additional storage, your Gmail storage limit will automatically be increased to 25 GB.</li></ul><h3>Google storage plans</h3><p>Choose from the following monthly Google storage plans to be used with Google Drive and Picasa. When you purchase one of these plans, your Gmail storage limit will automatically increase to 25 GB. Yearly plans aren&#8217;t currently available.</p><table><tbody><tr><td
width="50%">Storage</td><td
width="50%">Monthly Rate</td></tr><tr><td>25 GB</td><td>$2.49</td></tr><tr><td>100 GB</td><td>$4.99</td></tr><tr><td>200 GB</td><td>$9.99</td></tr><tr><td>400 GB</td><td>$19.99</td></tr><tr><td>1 TB</td><td>$49.99</td></tr><tr><td>2 TB</td><td>$99.99</td></tr><tr><td>4 TB</td><td>$199.99</td></tr><tr><td>8 TB</td><td>$399.99</td></tr><tr><td>16 TB</td><td>$799.99</td></tr></tbody></table><p>&nbsp;</p><p>Looks like Google Drive Android app has merged with and replaced Google Doc app on Google Play Store as well.</p><p
style="text-align: center;"><img
class="aligncenter" title="google_drive_androidapp_01" src="http://cdn78.vbtechsupport.com/wp-content/uploads/2012/04/google_drive_androidapp_01.png" alt="" width="476" height="722" /></p><p
style="text-align: center;"><img
class="aligncenter" title="google_drive_androidapp_02" src="http://cdn78.vbtechsupport.com/wp-content/uploads/2012/04/google_drive_androidapp_02.png" alt="" width="478" height="764" /></p><p
style="text-align: center;"><img
class="aligncenter" title="google_drive_androidapp_04" src="http://cdn78.vbtechsupport.com/wp-content/uploads/2012/04/google_drive_androidapp_04.png" alt="" width="475" height="701" /></p><p>&nbsp;</p><h2>Google Drive online media coverage:</h2><p>More online media coverage for Google Drive</p><ul><li><a
href="http://arstechnica.com/business/news/2012/04/google-drive-is-here-and-you-can-install-it-right-now.ars" target="_blank">http://arstechnica.com/business/news/2012/04/google-drive-is-here-and-you-can-install-it-right-now.ars</a></li><li><a
href="http://www.zdnet.com/blog/networking/hands-on-with-google-drive-review/2320" target="_blank">http://www.zdnet.com/blog/networking/hands-on-with-google-drive-review/2320</a></li><li><a
href="http://androidcommunity.com/google-drive-revealed-dropbox-beware-20120424/" target="_blank">http://androidcommunity.com/google-drive-revealed-dropbox-beware-20120424/</a></li><li><a
href="http://www.smh.com.au/digital-life/digital-life-news/how-does-google-drive-compare-to-the-competition-20120425-1xkee.html" target="_blank">http://www.smh.com.au/digital-life/digital-life-news/how-does-google-drive-compare-to-the-competition-20120425-1xkee.html</a></li><li><a
href="http://phandroid.com/2012/04/24/googles-terms-of-service-may-scare-users-away-from-google-drive/" target="_blank">http://phandroid.com/2012/04/24/googles-terms-of-service-may-scare-users-away-from-google-drive/</a></li><li><a
href="http://www.anandtech.com/show/5782/google-announces-google-drive" target="_blank">http://www.anandtech.com/show/5782/google-announces-google-drive</a></li><li><a
href="http://www.engadget.com/2012/04/24/google-drive-vs-the-competition-dropbox-skydrive-icloud/" target="_blank">http://www.engadget.com/2012/04/24/google-drive-vs-the-competition-dropbox-skydrive-icloud/</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1933/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MariaDB 5.5.23 GA Stable Released</title><link>http://vbtechsupport.com/1911/</link> <comments>http://vbtechsupport.com/1911/#comments</comments> <pubDate>Wed, 25 Apr 2012 00:16:16 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[centos]]></category> <category><![CDATA[debian]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.3]]></category> <category><![CDATA[mariadb 5.3.6]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[mariadb 5.5.23]]></category> <category><![CDATA[mariadb rpm]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql rpm]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1911</guid> <description><![CDATA[MariaDB officially has released it&#8217;s MariaDB 5.5.23 GA MySQL server about 2 weeks ago. Still waiting on an RPM binary version for download while they work out the buildbot/rpm building issues. But you can double the source tarball and Debian repository versions. MariaDB 5.5.23 Release Notes MariaDB 5.5.23 Change Log Includes MariaDB 5.3.6 MariaDB 5.5.23 [...]]]></description> <content:encoded><![CDATA[<p>MariaDB officially has released it&#8217;s MariaDB 5.5.23 GA MySQL server about 2 weeks ago. Still waiting on an RPM binary version for download while they work out the buildbot/rpm building issues. But you can double the source tarball and Debian repository versions.</p><ul><li><a
href="http://kb.askmonty.org/en/mariadb-5523-release-notes" target="_blank">MariaDB 5.5.23 Release Notes</a></li><li><a
href="http://kb.askmonty.org/en/mariadb-5523-changelog" target="_blank">MariaDB 5.5.23 Change Log</a></li></ul><h2 id="includes-mariadb-536">Includes MariaDB 5.3.6</h2><p>MariaDB 5.5.23 includes MariaDB 5.3.6, which, among other things, fixes a bug that under certain rare circumstances allowed a user to connect with an invalid password. <strong>This is a serious security issue.</strong> We recommend upgrading from older versions of MariaDB 5.5 as soon as possible. See the MariaDB 5.3.6<a
href="http://kb.askmonty.org/en/mariadb-536-release-notes">Release Notes</a> and <a
href="http://kb.askmonty.org/en/mariadb-536-changelog">Changelog</a> for more information.</p><h2 id="includes-mysql-5523">Includes MySQL 5.5.23</h2><p>This version of MariaDB includes MySQL 5.5.23. See <a
href="https://dev.mysql.com/doc/refman/5.5/en/news-5-5-23.html">Changes in MySQL 5.5.23</a> for what changed between this and previous MySQL versions.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1911/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>cPanel v11.32 + MySQL 5.5, MariaDB 5.5.22 RC, Percona XtraBackup v1.6.6 &amp; v2.0 GA</title><link>http://vbtechsupport.com/1899/</link> <comments>http://vbtechsupport.com/1899/#comments</comments> <pubDate>Thu, 05 Apr 2012 08:58:04 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[cpanel]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[cpanel 11.32]]></category> <category><![CDATA[cpanel mysql 5.5]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona xtrabackup]]></category> <category><![CDATA[whm]]></category> <category><![CDATA[whm 11.32]]></category> <category><![CDATA[whm mysql 5.5]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1899</guid> <description><![CDATA[A few updates to report. cPanel / WHM officially released v11.32 branch with official MySQL 5.5.x support. MariaDB 5.5.22 RC MySQL server. Percona XtraBackup v1.6.6 and v2.0 GA were released. cPanel / WHM v11.32 release Announcement link Before you upgrade, be sure to read the check list and notes for MySQL 5.5.x upgrades. cPanel &#38; [...]]]></description> <content:encoded><![CDATA[<p>A few updates to report.</p><ol><li>cPanel / WHM officially released v11.32 branch with official MySQL 5.5.x support.</li><li>MariaDB 5.5.22 RC MySQL server.</li><li>Percona XtraBackup v1.6.6 and v2.0 GA were released.</li></ol><h2>cPanel / WHM v11.32 release</h2><ul><li><a
href="http://forums.cpanel.net/f133/cpanel-releases-cpanel-whm-11-32-release-tier-267731.html" target="_blank">Announcement link</a></li><li>Before you upgrade, be sure to read the <a
href="http://dev.mysql.com/doc/refman/5.5/en/upgrading-from-previous-series.html" target="_blank">check list and notes for MySQL 5.5.x upgrades</a>.</li></ul><p
style="padding-left: 30px;">cPanel &amp; WHM version 11.32, which released today to the RELEASE tier, offers numerous updates, including enhancements to mail functionality and login screens. It also officially supports DKIM and includes the Logaholic web analytics application. This latest release features 202 bug fixes and case implementations since going to the EDGE tier on February 15, 2012.</p><h2> MariaDB 5.5.22 RC release</h2><ul><li><a
href="http://kb.askmonty.org/en/mariadb-5522-release-notes" target="_blank">Release Notes</a></li><li><a
href="http://kb.askmonty.org/en/mariadb-5522-changelog" target="_blank">Change Log</a></li><li><a
href="http://downloads.askmonty.org/mariadb/5.5.22" target="_blank">Download MariaDB 5.5.22 RC</a></li></ul><p
id="includes-mysql-5522" style="padding-left: 30px;"><strong>Includes MySQL 5.5.22</strong></p><p
style="padding-left: 30px;">This version of MariaDB includes MySQL 5.5.22. See <a
href="https://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html">Changes in MySQL 5.5.22</a> for what changed between this and previous MySQL versions.</p><p
id="dynamic-replication-variables" style="padding-left: 30px;"><strong>Dynamic replication variables</strong></p><p
style="padding-left: 30px;">The variables <code>replicate_do_*</code>, <code>replicate_ignore_*</code>, and <code>replicate_wild_*</code> have been made dynamic, so they can be changed without requiring a server restart. See <a
href="http://kb.askmonty.org/en/dynamic-replication-variables">Dynamic Replication Variables</a> for more information.</p><h2> Percona XtraBackup v1.66 &amp; v2.0 GA release</h2><ul><li><a
href="http://www.mysqlperformanceblog.com/2012/04/04/announcing-percona-xtrabackup-1-6-6-2/" target="_blank">Percona XtraBackup v1.6.6 announcement</a> &amp; <a
href="http://www.percona.com/doc/percona-xtrabackup/1.6/release-notes/1.6/1.6.6.html" target="_blank">Release notes</a></li><li><a
href="http://www.mysqlperformanceblog.com/2012/04/04/announcing-percona-xtrabackup-2-0-0-ga/" target="_blank">Percona XtraBackup v2.0 GA announcement</a> &amp; <a
href="http://www.percona.com/about-us/pressreleases/percona-xtrabackup-2-0-for-mysql-and-percona-server-provides-increased-performance/" target="_blank">Press Release</a></li></ul><p>&nbsp;</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1899/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>mysqlmymonlite.sh official site mysqlmymon.com online</title><link>http://vbtechsupport.com/1889/</link> <comments>http://vbtechsupport.com/1889/#comments</comments> <pubDate>Wed, 04 Apr 2012 01:38:55 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[projects]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[mysqlmymon.com]]></category> <category><![CDATA[mysqlmymonlite.sh]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[php]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1889</guid> <description><![CDATA[Since June, 2011 last year, vBulletin licensed customers have benefited from using mysqlmymonlite.sh script to gather server&#8217;s apache, nginx, litespeed, mysql and other usage stats for their vBulletin forum server optimisation requests over on the official vBulletin.com support private Server Configuration forums. Today, I have setup mysqlmymonlite.sh script on it&#8217;s own domain name available for [...]]]></description> <content:encoded><![CDATA[<p>Since June, 2011 last year, vBulletin licensed customers have benefited from using <a
href="http://vbtechsupport.com/1023/" target="_blank">mysqlmymonlite.sh script</a> to gather server&#8217;s apache, nginx, litespeed, mysql and other usage stats for their vBulletin forum server optimisation requests over on the official vBulletin.com support private Server Configuration forums. Today, I have setup <a
href="http://mysqlmymon.com/" target="_blank">mysqlmymonlite.sh script</a> on it&#8217;s own domain name available for download at <a
title="mysqlmymon.com" href="http://mysqlmymon.com/" target="_blank">mysqlmymon.com</a>.</p><p>It has always been my plan to make <a
href="http://mysqlmymon.com/" target="_blank">mysqlmymonlite.sh</a> available to a greater online audience as everyday on various forums I see folks asking for help when their servers are slow or when they want to upgrade their server hardware. I see folks continuously bouncing back and forth numerous replies all to just understand the server owner&#8217;s existing server usage stats, server software versions and configurations. I&#8217;ve been doing the exact same time consuming thing for the past 11+ yrs with vBulletin customers!  There has to be a faster way to do this, hence I wrote <a
href="http://mysqlmymon.com/" target="_blank">mysqlmymonlite.sh</a> for this purpose. It takes less &lt;12 seconds to gather all the required server stats and configuration info!</p><p>So visit <a
href="http://mysqlmymon.com/" target="_blank">mysqlmymon.com</a> and download and check out <a
href="http://mysqlmymon.com/" target="_blank">mysqlmymonlite.sh</a>. If you like the script, don&#8217;t forget to Google+ the page <img
src='http://cdn78.vbtechsupport.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1889/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MySQL Server releases: MariaDB 5.5.21 Beta &amp; Percona Server 5.5.21-25.0</title><link>http://vbtechsupport.com/1879/</link> <comments>http://vbtechsupport.com/1879/#comments</comments> <pubDate>Tue, 20 Mar 2012 10:21:20 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[mariadb 5.5.21 beta]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql thread pool]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona 5.5]]></category> <category><![CDATA[percona 5.5.21-25.0]]></category> <category><![CDATA[thread pool]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1879</guid> <description><![CDATA[Both MariaDB 5.5.21 Beta &#38; Percona Server 5.5.21-25.0 MySQL servers have been released. MariaDB 5.5.21 Beta MariaDB 5.5.21 beta is a merge of MariaDB 5.3 and MySQL 5.5 with some limited additional bug fixes. In this release we have added some extra notable features including an improved thread pool, an updated SphinxSE storage engine for fulltext [...]]]></description> <content:encoded><![CDATA[<p>Both <a
title="MariaDB 5.5.21 Beta Release" href="http://kb.askmonty.org/en/mariadb-5521-release-notes" target="_blank">MariaDB 5.5.21 Beta</a> &amp; <a
title="Percona 5.5.21-25.0 Released" href="http://www.mysqlperformanceblog.com/2012/03/19/announcing-percona-server-5-5-21-25-0/" target="_blank">Percona Server 5.5.21-25.0</a> MySQL servers have been released.</p><p><a
title="MariaDB 5.5.21 Beta Release" href="http://kb.askmonty.org/en/mariadb-5521-release-notes" target="_blank">MariaDB 5.5.21 Beta</a></p><p
style="padding-left: 60px;">MariaDB 5.5.21 beta is a merge of MariaDB 5.3 and MySQL 5.5 with some limited additional bug fixes. In this release we have added some extra notable features including an improved thread pool, an updated SphinxSE storage engine for fulltext search, and the ability to selectively skip replication of binlog events. Extra features planned for MariaDB 5.5 will be pushed into subsequent releases.</p><p
style="padding-left: 60px;"><em>As with any beta release, MariaDB 5.5.21-beta should <strong>not</strong> be used on production systems.</em></p><p
style="padding-left: 60px;">The <a
title="MariaDB 5.5.21 Release Notes" href="http://kb.askmonty.org/en/mariadb-5521-release-notes">Release Notes</a> page has some notes on the release. There is also a <a
title="MariaDB 5.5.21 Changelog" href="http://kb.askmonty.org/en/mariadb-5521-changelog">Changelog</a> available for those who are interested.</p><p><a
title="Percona 5.5.21-25.0 Released" href="http://www.mysqlperformanceblog.com/2012/03/19/announcing-percona-server-5-5-21-25-0/" target="_blank">Percona Server 5.5.21-25.0</a></p><p
style="padding-left: 60px;">Based on <a
href="http://dev.mysql.com/doc/refman/5.5/en/news-5-5-21.html">MySQL 5.5.21</a>, including all the bug fixes in it, <em>Percona Server</em> 5.5.21-25.0 is now the current stable release in the 5.5 series. All of <em>Percona</em>‘s software is open-source and free, all the details of the release can be found in the <a
href="https://launchpad.net/percona-server/+milestone/5.5.21-25.0">5.5.21-25.0 milestone at Launchpad</a>.</p><div
id="bug-fixes" style="padding-left: 60px;">Full release notes are available in the <a
href="http://www.percona.com/doc/percona-server/5.5/release-notes/Percona-Server-5.5.21-25.0.html">Percona Server documentation</a>.</div><hr
/> Installed MariaDB 5.5.21 Beta on CentOS 6.2 64bit as a second instance side by side with MariaDB 5.2.10</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mysqladmin ver
mysqladmin  Ver <span style="color: #000000;">9.0</span> Distrib 5.2.10-MariaDB, <span style="color: #000000; font-weight: bold;">for</span> unknown-linux-gnu on x86_64
Copyright <span style="color: #000000;">2000</span>-<span style="color: #000000;">2008</span> MySQL AB, <span style="color: #000000;">2008</span> Sun Microsystems, Inc,
<span style="color: #000000;">2009</span> Monty Program Ab
This software comes with ABSOLUTELY NO WARRANTY. This is <span style="color: #c20cb9; font-weight: bold;">free</span> software,
and you are welcome to modify and redistribute it under the GPL license
&nbsp;
Server version          5.2.10-MariaDB-mariadb107
Protocol version        <span style="color: #000000;">10</span>
Connection              Localhost via UNIX socket
UNIX socket             <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
Uptime:                 <span style="color: #000000;">6</span> sec
&nbsp;
Threads: <span style="color: #000000;">1</span>  Questions: <span style="color: #000000;">1</span>  Slow queries: <span style="color: #000000;">0</span>  
Opens: <span style="color: #000000;">15</span>  Flush tables: <span style="color: #000000;">1</span>  Open tables: <span style="color: #000000;">8</span>  Queries per second avg: <span style="color: #000000;">0.166</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mariadb5521b<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysqladmin <span style="color: #660033;">-S</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>mysql.sock <span style="color: #660033;">-P</span> <span style="color: #000000;">3309</span> ver
<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mariadb5521b<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysqladmin  Ver <span style="color: #000000;">9.0</span> Distrib 5.5.21-MariaDB, <span style="color: #000000; font-weight: bold;">for</span> Linux on x86_64
Copyright <span style="color: #000000;">2000</span>-<span style="color: #000000;">2008</span> MySQL AB, <span style="color: #000000;">2008</span> Sun Microsystems, Inc,
<span style="color: #000000;">2009</span> Monty Program Ab
This software comes with ABSOLUTELY NO WARRANTY. This is <span style="color: #c20cb9; font-weight: bold;">free</span> software,
and you are welcome to modify and redistribute it under the GPL license
&nbsp;
Server version          5.5.21-MariaDB
Protocol version        <span style="color: #000000;">10</span>
Connection              Localhost via UNIX socket
UNIX socket             <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
Uptime:                 <span style="color: #000000;">3</span> min <span style="color: #000000;">27</span> sec
&nbsp;
Threads: <span style="color: #000000;">1</span>  Questions: <span style="color: #000000;">3</span>  Slow queries: <span style="color: #000000;">0</span>  
Opens: <span style="color: #000000;">33</span>  Flush tables: <span style="color: #000000;">1</span>  Open tables: <span style="color: #000000;">26</span>  Queries per second avg: <span style="color: #000000;">0.014</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mariadb5521b<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysql <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;show plugins;&quot;</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> Name                           <span style="color: #000000; font-weight: bold;">|</span> Status   <span style="color: #000000; font-weight: bold;">|</span> Type               <span style="color: #000000; font-weight: bold;">|</span> Library <span style="color: #000000; font-weight: bold;">|</span> License <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> binlog                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_native_password          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_old_password             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MyISAM                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> CSV                            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MEMORY                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MRG_MYISAM                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> InnoDB                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_RSEG                    <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TRX                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCKS                   <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCK_WAITS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP_RESET               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM                  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM_RESET            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLES              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLESTATS          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_INDEXES             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_COLUMNS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FIELDS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN_COLS        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_STATS               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TABLE_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_INDEX_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES       <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_INDEX <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_BLOB  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> XTRADB_ADMIN_COMMAND           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> Aria                           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEDERATED                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> ARCHIVE                        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> PERFORMANCE_SCHEMA             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> BLACKHOLE                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEEDBACK                       <span style="color: #000000; font-weight: bold;">|</span> DISABLED <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> partition                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+</pre></div></div><hr
/> Installed Percona 5.5.21 Rel 25.0 on CentOS 6.2 64bit as a second instance side by side with MariaDB 5.2.10 and MariaDB 5.5.21 Beta</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>percona5521rel25<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysqladmin <span style="color: #660033;">-S</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>perconamysql.sock <span style="color: #660033;">-P</span> <span style="color: #000000;">3309</span> ver
<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>percona5521rel25<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysqladmin  Ver <span style="color: #000000;">8.42</span> Distrib 5.5.21, <span style="color: #000000; font-weight: bold;">for</span> Linux on x86_64
Copyright <span style="color: #7a0874; font-weight: bold;">&#40;</span>c<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">2000</span>, <span style="color: #000000;">2011</span>, Oracle and<span style="color: #000000; font-weight: bold;">/</span>or its affiliates. All rights reserved.
&nbsp;
Oracle is a registered trademark of Oracle Corporation and<span style="color: #000000; font-weight: bold;">/</span>or its
affiliates. Other names may be trademarks of their respective
owners.
&nbsp;
Server version          5.5.21-rel25.0
Protocol version        <span style="color: #000000;">10</span>
Connection              Localhost via UNIX socket
UNIX socket             <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>perconamysql.sock
Uptime:                 <span style="color: #000000;">9</span> sec
&nbsp;
Threads: <span style="color: #000000;">1</span>  Questions: <span style="color: #000000;">1</span>  Slow queries: <span style="color: #000000;">0</span>  
Opens: <span style="color: #000000;">33</span>  Flush tables: <span style="color: #000000;">1</span>  Open tables: <span style="color: #000000;">26</span>  Queries per second avg: <span style="color: #000000;">0.111</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>percona5521rel25<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>mysql <span style="color: #660033;">-S</span> <span style="color: #000000; font-weight: bold;">/</span>tmp<span style="color: #000000; font-weight: bold;">/</span>perconamysql.sock <span style="color: #660033;">-P</span> <span style="color: #000000;">3309</span> <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;show plugins;&quot;</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> Name                           <span style="color: #000000; font-weight: bold;">|</span> Status   <span style="color: #000000; font-weight: bold;">|</span> Type               <span style="color: #000000; font-weight: bold;">|</span> Library <span style="color: #000000; font-weight: bold;">|</span> License <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> binlog                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_native_password          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_old_password             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MEMORY                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> CSV                            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MyISAM                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MRG_MYISAM                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> InnoDB                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_RSEG                    <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TRX                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCKS                   <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCK_WAITS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP_RESET               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM                  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM_RESET            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLES              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLESTATS          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_INDEXES             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_COLUMNS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FIELDS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN_COLS        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_STATS               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TABLE_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_INDEX_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES       <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_INDEX <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_BLOB  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> XTRADB_ADMIN_COMMAND           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEDERATED                      <span style="color: #000000; font-weight: bold;">|</span> DISABLED <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> BLACKHOLE                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> PERFORMANCE_SCHEMA             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> ARCHIVE                        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> partition                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+</pre></div></div>]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1879/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Web Tech Articles Recap</title><link>http://vbtechsupport.com/1872/</link> <comments>http://vbtechsupport.com/1872/#comments</comments> <pubDate>Sun, 18 Mar 2012 17:09:10 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[web tech]]></category> <category><![CDATA[apache]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[cpanel]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[maxcdn]]></category> <category><![CDATA[mydumper]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[mysqldump]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona xtrabackup]]></category> <category><![CDATA[varnish]]></category> <category><![CDATA[xtradb]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1872</guid> <description><![CDATA[In the last 12 months, I have written quite a few articles which I myself keep referencing back to or linking back to for other folks. So thought I&#8217;d revisit them with an all in one listing. Hope you folks, find some of these articles useful. If you do, don&#8217;t forget to hit the social [...]]]></description> <content:encoded><![CDATA[<p>In the last 12 months, I have written quite a few articles which I myself keep referencing back to or linking back to for other folks. So thought I&#8217;d revisit them with an all in one listing.</p><p>Hope you folks, find some of these articles useful. If you do, don&#8217;t forget to hit the social bookmark icons / Like etc <img
src='http://cdn78.vbtechsupport.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p><ol><li><a
href="http://vbtechsupport.com/1773/">Unixy Varnish v1.4.5 RC7 Released fixes Varnish Cache Error 400 Bad Requests</a></li><li><a
href="http://vbtechsupport.com/1754/">DNS Made Easy: DNS IP Fail Over really works !</a></li><li><a
href="http://vbtechsupport.com/1716/">MySQL Back up &amp; Restore: Faster InnoDB database backup / restore using Mydumper and Myloader multi-threaded tools</a></li><li><a
href="http://vbtechsupport.com/1695/">Faster alternative to MySQL mysqldump backup &amp; restore with multi-threaded Mydumper &amp; Myloader tool</a></li><li><a
href="http://vbtechsupport.com/1674/">Litespeed Web Server v4.1.9 released – rrdgraph tool included</a></li><li><a
href="http://vbtechsupport.com/1614/">gziptest.sh part 2: multi-threaded compression benchmarks</a></li><li><a
href="http://vbtechsupport.com/1576/">gziptest.sh – parallel compression benchmark tests: gzip vs bzip2 vs pigz vs pbzip2 vs lzip vs plzip</a></li><li><a
href="http://vbtechsupport.com/1526/">Revisiting vBulletin Datastore Caching – memcached servers reducing MySQL server load</a></li><li><a
href="http://vbtechsupport.com/1469/">Proactive Malware &amp; Phishing Monitoring and Infection Detection: Sucuri Web Integrity Monitor</a></li><li><a
href="http://vbtechsupport.com/1419/">Which CDN provider is fastest ? How does MaxCDN rate for you ?</a></li><li><a
href="http://vbtechsupport.com/1395/">DNS Made Easy – IP Anycast DNS, DNS failover &amp; Fast instant DNS Updates</a></li><li><a
href="http://vbtechsupport.com/1375/">vBulletin character set &amp; collation, double check phpmyadmin / MySQL for charset settings</a></li><li><a
href="http://vbtechsupport.com/1337/">Tungsten Replicator: vBulletin Suite v4.1.6 configured for MariaDB MySQL Master/Slave Replication</a></li><li><a
href="http://vbtechsupport.com/1318/">Tungsten Replicator: MariaDB MySQL Master/Slave Replication setup with HyperDB plugin for WordPress</a></li><li><a
href="http://vbtechsupport.com/1305/">Tungsten Replicator: MariaDB MySQL Master/Slave server setup on single server</a></li><li><a
href="http://vbtechsupport.com/1275/">Tungsten Replicator: data replication engine – MySQL master/slave server setup</a></li><li><a
href="http://vbtechsupport.com/1265/">BuyVM OpenVZ VPS Review: Centmin Nginx installed</a></li><li><a
href="http://vbtechsupport.com/1239/">ioping.sh – shell wrapper for ioping disk I/O latency benchmark &amp; monitoring tool</a></li><li><a
href="http://vbtechsupport.com/1139/">CentOS 6.0 fix for VBoxGuestAdditions installation for VirtualBox</a></li><li><a
href="http://vbtechsupport.com/1023/">mysqlmymonlite.sh – gather MySQL &amp; Apache, Nginx web server information stats in less than 12 seconds !</a></li><li><a
href="http://vbtechsupport.com/974/">mysqlmybackup.sh – multi feature MySQL database backup and restore script with Percona XtraBackup &amp; Mydumper tool support</a></li><li><a
href="http://vbtechsupport.com/715/">MySQL Benchmarks: MariaDB 5.2.5 custom CentOS 64bit RPM binaries – Intel optimized</a></li><li><a
href="http://vbtechsupport.com/675/">vBulletin 4.x upgrade / installs – MyISAM and InnoDB tables database size</a></li><li><a
href="http://vbtechsupport.com/657/">MySQL Benchmarks: MySQL 5.5.11 vs Percona 5.5.10-20.1 vs MariaDB 5.2.5 – InnoDB and MyISAM</a></li><li><a
href="http://vbtechsupport.com/651/">vBulletin hosting – List of questions to ask a new web host</a></li><li><a
href="http://vbtechsupport.com/631/">mysql error: Got error 28 from storage engine – mysql error number: 1030</a></li><li><a
href="http://vbtechsupport.com/606/">MySQL Benchmarks – MySQL 5.0.92 vs 5.1.55 vs 5.5.10 vs Percona 5.1.55 vs Percona 5.5.8 vs MariaDB 5.2.5</a></li><li><a
href="http://vbtechsupport.com/528/">MySQL Backup Bash Shell Script</a></li><li><a
href="http://vbtechsupport.com/486/">Rackpace.com Cloud Server – CentOS 5.5 64bit install and setup</a></li><li><a
href="http://vbtechsupport.com/462/">MySQL Table Engine Data Usage statistics</a></li><li><a
href="http://vbtechsupport.com/433/">MySQL Error Messages: MySQL server has gone away &amp; Lost connection to server during query</a></li><li><a
href="http://vbtechsupport.com/388/">Web site page loading speed optimization online tools &amp; tests</a></li><li><a
href="http://vbtechsupport.com/335/">vBulletin Datastore Cache – using Memcached cache to reduce MySQL database load</a></li><li><a
href="http://vbtechsupport.com/309/">vBulletin Datastore Memcached server cache corruption errors</a></li><li><a
href="http://vbtechsupport.com/303/">Varnish cache 4images Image Gallery Management server port</a></li><li><a
href="http://vbtechsupport.com/290/">Varnish cache with Litespeed web server, vBulletin v4.1.2 Server Port</a></li><li> <a
href="http://vbtechsupport.com/193/">WHM/Cpanel – MariaDB MySQL 5.2.4 drop in replacement</a></li><li><a
href="http://vbtechsupport.com/33/">Litespeed Cache vs Varnish Cache – some thoughts</a></li><li><a
href="http://vbtechsupport.com/26/">Boosting vBulletin performance via caching – Apache + Varnish versus Litespeed Cache</a></li></ol><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1872/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>vBulletin 4.1.11 released &#8211; improved CMS performance, Premium Mobile Style and CDN support</title><link>http://vbtechsupport.com/1859/</link> <comments>http://vbtechsupport.com/1859/#comments</comments> <pubDate>Thu, 01 Mar 2012 18:23:29 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[forum software]]></category> <category><![CDATA[vbulletin]]></category> <category><![CDATA[android browser fix]]></category> <category><![CDATA[blackberry browser fix]]></category> <category><![CDATA[cms template caching]]></category> <category><![CDATA[detect windows 7 phone]]></category> <category><![CDATA[premium mobile style]]></category> <category><![CDATA[vbulletin 4.1]]></category> <category><![CDATA[vbulletin 4.1.11]]></category> <category><![CDATA[vbulletin cdn support]]></category> <category><![CDATA[vbulletin cms performance]]></category> <category><![CDATA[vbulletin cms template cache]]></category> <category><![CDATA[vbulletin master mobile style]]></category> <category><![CDATA[vbulletin mobile style]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1859</guid> <description><![CDATA[vBulletin 4.1.11 is a maintenance release focused on improving performance, resolving issues in the CMS, Premium Mobile Style, and issues with high user impact. The release contains: 11 user created hook requests, improvement requests, and feature requests. 37 issue fixes related to the CMS. 31 issue fixes with a severity of Major or higher. 15 issue fixes for MAPI [...]]]></description> <content:encoded><![CDATA[<p>vBulletin 4.1.11 is a maintenance release focused on improving performance, resolving issues in the CMS, <a
href="https://www.vbulletin.com/forum/content.php/689-vBulletin-Premium-Mobile-Style-Available-for-Mobile-Suite-Owners" target="_blank">Premium Mobile Style</a>, and issues with high user impact.</p><p><strong>The release contains:</strong></p><ul><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+issuetype+in+%28%22Hook+Request%22%2C+%22Improvement+Request%22%2C+%22Feature+Request%22%29+AND+fixVersion+%3D+%224.1.11%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">11 user created</a> hook requests, improvement requests, and feature requests.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+issuetype+in+%28Bug%2C+Sub-issue%29+AND+fixVersion+%3D+%224.1.11%22+AND+component+in+%28CMS%2C+%22CMS+-+Categories%22%2C+%22CMS+-+Content%22%2C+%22CMS+-+Sections%22%2C+%22CMS+-+Widgets%22%29+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">37 issue fixes</a> related to the CMS.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+issuetype+in+%28Bug%2C+Sub-issue%29+AND+priority+in+%28Blocker%2C+Showstopper%2C+Critical%2C+Major%29+AND+fixVersion+%3D+%224.1.11%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">31 issue fixes</a> with a severity of Major or higher.</li><li><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+issuetype+in+%28Bug%2C+Sub-issue%29+AND+fixVersion+%3D+%224.1.11%22+AND+component+in+%28MAPI%2C+%22Mobile+Style%22%29+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">15 issue fixes</a> for MAPI and Mobile Style.</li><li>The Premium Mobile Style has been <a
href="http://tracker.vbulletin.com/browse/VBIV-14406" target="_blank">merged into 4.1.11</a> as part of the standard Mobile Style. A vBulletin Mobile Suite license is no longer required in order to download and install the Premium Mobile Style on forums running vBulletin 4.0-4.1.10. All future vBulletin 4 releases, including vBulletin 4.1.11, will include moderator and administration functionality in the standard Mobile Style.</li><li><a
href="https://www.vbulletin.com/forum/entry.php/2507-vBulletin-4-1-11-Mobile-Master-Style" target="_blank">Master Mobile Style</a> to support Mobile Style customization and streamline the upgrade process.</li><li><a
href="https://www.vbulletin.com/forum/entry.php/2505-vBulletin-4-1-11-amp-CMS-Template-Caching" target="_blank">CMS Template Caching</a> to increase performance.</li><li><a
href="https://www.vbulletin.com/forum/entry.php/2506-vBulletin-4-1-11-CDN-Support" target="_blank">CDN Support</a> to increase performance.</li></ul><p><strong>Of particular note:</strong></p><ul><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14406" target="_blank">VBIV-14406</a> Merge Premium Mobile Style into vB4 Core.</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-12613" target="_blank">VBIV-12613</a> Get the mobile style into a proper master style</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-13151" target="_blank">VBIV-13151</a> Mobile Style Install Script</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-13866" target="_blank">VBIV-13866</a> If Blog Style Override is set Blog Mobile Style doesn&#8217;t work</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-11328" target="_blank">VBIV-11328</a> Mobile style doesn&#8217;t work while Allow Users to Change Style is set to No</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-13851" target="_blank">VBIV-13851</a> Android/Blackberry browser won&#8217;t hold user selected style</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-13328" target="_blank">VBIV-13328</a> Detect Windows 7 Phone as mobile_browser_advanced</li></ul><ul><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14263" target="_blank">VBIV-14263</a> Template Caching in the CMS</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-952" target="_blank">VBIV-952</a> CMS &#8211; post promoted to article splits discussion</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-8861" target="_blank">VBIV-8861</a> Multiple Threads created for VBCMS Articles</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-2989" target="_blank">VBIV-2989</a> General Search Widget: Caching not working</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-9497" target="_blank">VBIV-9497</a> CMS previewimage should not be stored as full URL</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-7869" target="_blank">VBIV-7869</a> Guests can only rate CMS articles when the permission &#8220;Edit Others&#8217; Content&#8221; is active</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-6775" target="_blank">VBIV-6775</a> Change the way Meta Description field is automatically filled in CMS articles</li></ul><ul><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14224" target="_blank">VBIV-14224</a> vBulletin should temporarily disable Facebook Connect if Facebook is unreachable</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14055" target="_blank">VBIV-14055</a> Serve jQuery from Google CDN in vBulletin 4 Core.</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14014" target="_blank">VBIV-14014</a> Serve YUI from Google CDN</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14079" target="_blank">VBIV-14079</a> Can&#8217;t upload images with the &#8216;Insert Image&#8217; popup on Chrome/OSX</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14223" target="_blank">VBIV-14223</a> External RSS feeds in Arabic are no longer displaying correctly in 4.1.10 when they used to work in 4.1.8</li></ul><p><strong>Additional Changes since the 4.1.11 BETA 1 Release:</strong></p><ul><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14214" target="_blank">VBIV-14214</a> (REVERT) CKeditor initial lag and lost characters</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14389" target="_blank">VBIV-14389</a> Typo in a AdminCP setting</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14376" target="_blank">VBIV-14376</a> More encoding issues</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14389" target="_blank">VBIV-14389</a> Correct phrase version number</li><li><a
href="http://tracker.vbulletin.com/browse/VBIV-14406" target="_blank">VBIV-14406</a> Merge Premium Mobile Style into vB4 Core.</li></ul><p>4.1.11 contains a total of <strong>166</strong> bug fixes, hook requests, improvement requests, and feature requests. A full list of these changes can be found <strong><a
href="http://tracker.vbulletin.com/secure/IssueNavigator.jspa?reset=true&amp;jqlQuery=project+%3D+VBIV+AND+fixVersion+%3D+%224.1.11%22+ORDER+BY+priority+DESC%2C+key+DESC" target="_blank">HERE</a></strong>.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1859/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MariaDB 5.3.5 MySQL server stable release</title><link>http://vbtechsupport.com/1847/</link> <comments>http://vbtechsupport.com/1847/#comments</comments> <pubDate>Wed, 29 Feb 2012 21:55:47 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[handlersocket plugin]]></category> <category><![CDATA[index condition pushdown]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.3]]></category> <category><![CDATA[mariadb 5.3.5]]></category> <category><![CDATA[mariadb batched key access]]></category> <category><![CDATA[mariadb mysql]]></category> <category><![CDATA[multi-range read]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona xtradb]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1847</guid> <description><![CDATA[MariaDB 5.3.5 stable MySQL server has been announced. Compared to previous releases in the MariaDB 5.3 series, MariaDB 5.3.5 is primarily a bug-fix release with a focus on stability, performance, and usability. It is first stable or GA release of the 5.3 series and the fifth overall release in the series. Apart from fixing bugs found in the previous [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://kb.askmonty.org/en/mariadb-535-release-notes" target="_blank">MariaDB 5.3.5 stable MySQL server</a> has been announced.</p><p
style="padding-left: 30px;">Compared to previous releases in the MariaDB 5.3 series, MariaDB 5.3.5 is primarily a bug-fix release with a focus on stability, performance, and usability. It is first <strong>stable</strong> or <strong>GA</strong> release of the 5.3 series and the fifth overall release in the series.</p><p
style="padding-left: 30px;">Apart from fixing bugs found in the previous 5.3.x <em>beta</em> and <em>rc</em> releases, MariaDB 5.3.5 introduces counters for the <a
href="http://kb.askmonty.org/en/multi-range-read-optimization#status-variables">Multi-Range Read</a> and <a
href="http://kb.askmonty.org/en/index-condition-pushdown#status-variables">Index Condition Pushdown</a> optimizations.</p><p
style="padding-left: 30px;">For a list of every change made in MariaDB 5.3.5, with links to detailed information on each push, see the <a
href="http://kb.askmonty.org/en/mariadb-535-changelog">MariaDB 5.3.5 Changelog</a>. It is worth noting that <a
href="http://kb.askmonty.org/en/what-is-mariadb-53">MariaDB 5.3</a> is built on <a
href="http://kb.askmonty.org/en/what-is-mariadb-52">MariaDB 5.2</a>, <a
href="http://kb.askmonty.org/en/what-is-mariadb-51">MariaDB 5.1</a>, and MySQL 5.1.</p><ul><li><a
title="MariaDB 5.3.5 Release Notes" href="http://kb.askmonty.org/en/mariadb-535-release-notes">MariaDB 5.3.5 Release Notes</a></li><li><a
title="MariaDB 5.3.5 Changelog" href="http://kb.askmonty.org/en/mariadb-535-changelog">MariaDB 5.3.5 Changelog</a></li><li><a
title="MariaDB 5.3.5 Downloads" href="http://downloads.askmonty.org/mariadb/5.3.5/">MariaDB 5.3.5 Downloads</a></li></ul><div><h2>About MariaDB 5.3</h2><p>The MariaDB 5.3 series introduces many new features, includes MariaDB 5.2, and is based on MariaDB 5.1 &amp; MySQL 5.1. Some highlights of new features in MariaDB 5.3 include:</p><ul><li>subquery optimizations that finally make subqueries usable</li><li>many optimizer changes, including Classic Hash Join, Batched Key Access, a new implementation of Multi-Range-Read optimizations as well as Index Condition Pushdown</li><li>NoSQL-style interfaces via the HandlerSocket plugin as well as dynamic columns</li><li>group commit in XtraDB when the binary log is enabled</li><li>Microsoft Windows performance improvements</li></ul><p>These are just some of the highlights, and for a more complete list of changes, please see the <a
title="What is MariaDB 5.3" href="http://kb.askmonty.org/en/what-is-mariadb-53">What is MariaDB 5.3</a> page.</p></div><p>Looking over the change log (<a
href="http://bazaar.launchpad.net/~maria-captains/maria/5.3/revision/3424">Revision #3424</a>), one interesting item might relate to why MariaDB 5.3.4 RC performed poorly in the <a
href="http://vbtechsupport.com/1822/" target="_blank">Sybench benchmark comparison with MySQL 5.5.20</a>.</p><p
style="padding-left: 30px;"><strong>Fix for Bug#13430436 PERFORMANCE DEGRADATION IN SYSBENCH ON INNODB DUE TO ICP</strong></p><ul><li>When running sysbench on InnoDB there is a performance degradation due to index condition pushdown (ICP). Several of the queries in sysbench have a WHERE condition that the optimizer uses for executing these queries as range scans. The upper and lower limit of the range scan will ensure that the WHERE condition is fulfilled. Still, the WHERE condition is part of the queries&#8217; condition and if ICP is enabled the condition will be pushed down to InnoDB as an index condition.</li><li>Due to the range scan&#8217;s upper and lower limits ensure that the WHERE condition is fulfilled, the pushed index condition will not filter out any records. As a result the use of ICP for these queries results in a performance overhead for sysbench. This overhead comes from using resources for determining the part of the condition that can be pushed down to InnoDB and overhead in InnoDB for executing the pushed index condition.</li><li>With the default configuration for sysbench the range scans will use the primary key. This is a clustered index in InnoDB. Using ICP on a clustered index provides the lowest performance benefit since the entire record is part of the clustered index and in InnoDB it has the highest relative overhead for executing the pushed index condition.</li><li>The fix for removing the overhead ICP introduces when running sysbench is to disable use of ICP when the index used by the query is a clustered index.</li></ul><p
style="padding-left: 30px;"> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1847/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Switching ISPs &#8211; changed to Telstra Ultimate Cable couldn&#8217;t wait for NBN to roll out</title><link>http://vbtechsupport.com/1844/</link> <comments>http://vbtechsupport.com/1844/#comments</comments> <pubDate>Tue, 28 Feb 2012 15:21:15 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[projects]]></category> <category><![CDATA[australian national broadband network]]></category> <category><![CDATA[cable internet]]></category> <category><![CDATA[national broadband network]]></category> <category><![CDATA[nbn]]></category> <category><![CDATA[netspace adsl2+]]></category> <category><![CDATA[telstra cable]]></category> <category><![CDATA[telstra ultimate cable]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1844</guid> <description><![CDATA[Last Thursday I changed ISPs from Netspace ADSL2+ to new Telstra Ultimate Cable bundle plan and the difference in speed is amazing. I went from approximate download/upload speeds of 15Mbps/0.8Mbps to 118Mbps/2.4Mbps with 5-10ms pings within Australia and best of all it&#8217;s bundled with my home phone line rental so I&#8217;m saving AUD$45/month from the [...]]]></description> <content:encoded><![CDATA[<p>Last Thursday I changed ISPs from Netspace ADSL2+ to new <a
title="Telstra Ultimate Cable" href="http://go.bigpond.com/broadband/ultimate-cable/" target="_blank">Telstra Ultimate Cable</a> bundle plan and the difference in speed is amazing. I went from approximate download/upload speeds of 15Mbps/0.8Mbps to 118Mbps/2.4Mbps with 5-10ms pings within Australia and best of all it&#8217;s bundled with my home phone line rental so I&#8217;m saving AUD$45/month from the switch !</p><p>I couldn&#8217;t wait for <a
title="Australian National Broadband Network" href="http://www.nbnco.com.au/rollout/about-the-nbn.html?icid=pub:network::men:abt-nbn" target="_blank">Australian National Broadboad Network</a> to roll out in my area, it could be years before NBN comes to my area if the <a
title="NBN Roll out map" href="http://www.nbnco.com.au/rollout/rollout-map.html?icid=pub:network::men:roll-map" target="_blank">NBN roll out map</a> is any indicator. The NBN Co even plotted out their roll out map on <a
title="NBN Co Roll out map on Google Maps" href="http://nbnco.com.au/blog/nbn-rollout-plan-google-maps.html" target="_blank">Google Maps</a>. NBN will allow for up to 100Mbps download and up to 40Mbps upload speeds. So much higher upload speeds than my current Telstra Ultimate Cable plan.</p><p>I&#8217;d thought I&#8217;d share an interesting experience I had after the switch. Using <a
href="http://www.speedtest.net/" target="_blank">Speedtest.net</a> to check my Telstra Ultimate Cable speeds, I noticed my main work PC had very slow 500+ ms ping times but my other PCs had 5-10ms ping times. I google researched and it appears it&#8217;s to do with Google Chrome browser and some anti-virus software which have web/http protection features. My main work PC uses Chrome 17.0 browser but other PCs used Firefox 10.x which didn&#8217;t have slow ping times.</p><p>For me the solution was to upgrade my ESET Internet Security 4.0.x software to ESET Smart Security 5.0.x. Once I upgraded <a
href="http://www.speedtest.net/" target="_blank">Speedtest.net</a> reported 5-7ms pings within Google Chrome 17.0 web browser on my main work PC.</p><p>Other reports of Chrome web browser and slow ping times</p><ul><li><a
href="http://www.google.com/support/forum/p/Chrome/thread?tid=54cd8355035a35d6&amp;hl=en" target="_blank">http://www.google.com/support/forum/p/Chrome/thread?tid=54cd8355035a35d6&amp;hl=en</a></li><li><a
href="http://www.google.com/support/forum/p/Chrome/thread?tid=2db0371985afc7c3&amp;hl=en" target="_blank">http://www.google.com/support/forum/p/Chrome/thread?tid=2db0371985afc7c3&amp;hl=en</a></li></ul><p>Before upgrading ESET Internet Security 4.0.x software with Google Chrome 17.0 web browser:</p><p><img
class="aligncenter" title="Speedtest before upgrade" src="http://www.speedtest.net/result/1793217809.png" alt="Speedtest before upgrade" width="300" height="135" />After upgrading to ESET Smart Security 5.0.x with Google Chrome 17.0 web browser:</p><p
style="text-align: center;"><img
class="aligncenter" title="Speed test after upgrade" src="http://www.speedtest.net/result/1793924246.png" alt="Speed test after upgrade" width="300" height="135" /></p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1844/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache v2.4.1 ApacheBench v2.3 revision 1178079 benchmark tool faster than Apache v2.2&#8242;s revision ?</title><link>http://vbtechsupport.com/1835/</link> <comments>http://vbtechsupport.com/1835/#comments</comments> <pubDate>Sun, 26 Feb 2012 20:21:13 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[apache]]></category> <category><![CDATA[litespeed]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[apache 2.4.1]]></category> <category><![CDATA[apache 2.4.1 benchmarks]]></category> <category><![CDATA[apache benchmark]]></category> <category><![CDATA[apache v2.2]]></category> <category><![CDATA[apache v2.2.22]]></category> <category><![CDATA[apache v2.4]]></category> <category><![CDATA[apachebench]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1835</guid> <description><![CDATA[Started Apache v2.4.1 benchmark tests on CentOS 6.2 64bit guest Virtualbox server mainly with using Siege benchmark and ApacheBench benchmark tools. But noticed something interesting in that if I use ApacheBench v2.3 revision 1178079 included with Apache v2.4.1 to test against both Apache v2.2.22 and Apache v2.4.1 webservers, that it&#8217;s consistently and repeatedly ~12% faster [...]]]></description> <content:encoded><![CDATA[<p>Started Apache v2.4.1 benchmark tests on CentOS 6.2 64bit guest Virtualbox server mainly with using Siege benchmark and ApacheBench benchmark tools. But noticed something interesting in that if I use <strong>ApacheBench v2.3 revision 1178079</strong> included with <strong>Apache v2.4.1</strong> to test against both Apache v2.2.22 and Apache v2.4.1 webservers, that it&#8217;s consistently and repeatedly ~12% faster for both Apache v2.2.22 and v2.4.1 web servers than if I use the <strong>ApacheBench v2.3 revision 655654</strong> benchmark version that is included with Apache v2.2.22 !</p><p>So the newer version of <strong>ApacheBench v2.3 revision 1178079</strong> included in Apache v2.4.1 seems to be faster which means you need to pay attention to which ApacheBench version and revision you use to benchmark and measure against for Apache v2.2 vs Apache v2.4.1 tests as well as for Nginx and Litespeed web server benchmark comparisons. It&#8217;s fair to say, to do proper comparison you would need to use the same ApacheBench version <strong>and</strong> revision.</p><h2>ApacheBench v2.3 revision comparisons</h2><p>I installed Apache v2.2.22 via CentOS 64bit YUM repo (/etc prefix) and compiled Apache v2.4.1 on same server (/etc2 prefix) so that ApacheBench benchmark tools would be located at <strong>/usr/bin/ab</strong> (Apache v2.2.22 version) and <strong>/etc2/bin/ab</strong> (Apache v2.4.1 version).</p><p>Below is ApacheBench v2.3 revision comparison results against just <strong>Apache v2.4.1 web server</strong>:</p><p>With <strong>ApacheBench v2.3 revision 655654</strong> benchmark tool included with <strong>Apache v2.2.22</strong></p><p><strong>static html file</strong></p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ab <span style="color: #660033;">-k</span> <span style="color: #660033;">-c</span> <span style="color: #000000;">300</span> <span style="color: #660033;">-n</span> <span style="color: #000000;">5000</span> 192.168.56.120:<span style="color: #000000;">82</span><span style="color: #000000; font-weight: bold;">/</span>phpinfo.html
This is ApacheBench, Version <span style="color: #000000;">2.3</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #007800;">$Revision</span>: <span style="color: #000000;">655654</span> $<span style="color: #000000; font-weight: bold;">&gt;</span>
Copyright <span style="color: #000000;">1996</span> Adam Twiss, Zeus Technology Ltd, http:<span style="color: #000000; font-weight: bold;">//</span>www.zeustech.net<span style="color: #000000; font-weight: bold;">/</span>
Licensed to The Apache Software Foundation, http:<span style="color: #000000; font-weight: bold;">//</span>www.apache.org<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
Server Software:        Apache<span style="color: #000000; font-weight: bold;">/</span>2.4.1
Server Hostname:        192.168.56.120
Server Port:            <span style="color: #000000;">82</span>
&nbsp;
Document Path:          <span style="color: #000000; font-weight: bold;">/</span>phpinfo.html
Document Length:        <span style="color: #000000;">57947</span> bytes
&nbsp;
Concurrency Level:      <span style="color: #000000;">300</span>
Time taken <span style="color: #000000; font-weight: bold;">for</span> tests:   <span style="color: #000000;">1.205</span> seconds
Complete requests:      <span style="color: #000000;">5000</span>
Failed requests:        <span style="color: #000000;">22</span>
   <span style="color: #7a0874; font-weight: bold;">&#40;</span>Connect: <span style="color: #000000;">0</span>, Receive: <span style="color: #000000;">0</span>, Length: <span style="color: #000000;">22</span>, Exceptions: <span style="color: #000000;">0</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
Write errors:           <span style="color: #000000;">0</span>
Keep-Alive requests:    <span style="color: #000000;">4978</span>
Total transferred:      <span style="color: #000000;">298830177</span> bytes
HTML transferred:       <span style="color: #000000;">297101289</span> bytes
Requests per second:    <span style="color: #000000;">4150.74</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #666666; font-style: italic;">#/sec] (mean)</span>
Time per request:       <span style="color: #000000;">72.276</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Time per request:       <span style="color: #000000;">0.241</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean, across all concurrent requests<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Transfer rate:          <span style="color: #000000;">242258.95</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Kbytes<span style="color: #000000; font-weight: bold;">/</span>sec<span style="color: #7a0874; font-weight: bold;">&#93;</span> received
&nbsp;
Connection Times <span style="color: #7a0874; font-weight: bold;">&#40;</span>ms<span style="color: #7a0874; font-weight: bold;">&#41;</span>
              min  mean<span style="color: #7a0874; font-weight: bold;">&#91;</span>+<span style="color: #000000; font-weight: bold;">/</span>-sd<span style="color: #7a0874; font-weight: bold;">&#93;</span> median   max
Connect:        <span style="color: #000000;">0</span>    <span style="color: #000000;">2</span>   <span style="color: #000000;">8.0</span>      <span style="color: #000000;">0</span>      <span style="color: #000000;">43</span>
Processing:     <span style="color: #000000;">1</span>   <span style="color: #000000;">66</span>  <span style="color: #000000;">32.0</span>     <span style="color: #000000;">60</span>     <span style="color: #000000;">947</span>
Waiting:        <span style="color: #000000;">0</span>   <span style="color: #000000;">16</span>  <span style="color: #000000;">31.8</span>     <span style="color: #000000;">11</span>     <span style="color: #000000;">891</span>
Total:          <span style="color: #000000;">1</span>   <span style="color: #000000;">68</span>  <span style="color: #000000;">36.9</span>     <span style="color: #000000;">60</span>     <span style="color: #000000;">951</span>
&nbsp;
Percentage of the requests served within a certain <span style="color: #000000; font-weight: bold;">time</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>ms<span style="color: #7a0874; font-weight: bold;">&#41;</span>
  <span style="color: #000000;">50</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">60</span>
  <span style="color: #000000;">66</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">61</span>
  <span style="color: #000000;">75</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">62</span>
  <span style="color: #000000;">80</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">64</span>
  <span style="color: #000000;">90</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">74</span>
  <span style="color: #000000;">95</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">83</span>
  <span style="color: #000000;">98</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">189</span>
  <span style="color: #000000;">99</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">225</span>
 <span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">951</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>longest request<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div><p>With <strong>ApacheBench v2.3 revision 1178079</strong> benchmark tool included with <strong>Apache v2.4.1</strong></p><p><strong>static html file</strong></p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc2<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>ab <span style="color: #660033;">-k</span> <span style="color: #660033;">-c</span> <span style="color: #000000;">300</span> <span style="color: #660033;">-n</span> <span style="color: #000000;">5000</span> 192.168.56.120:<span style="color: #000000;">82</span><span style="color: #000000; font-weight: bold;">/</span>phpinfo.html
This is ApacheBench, Version <span style="color: #000000;">2.3</span> <span style="color: #000000; font-weight: bold;">&lt;</span><span style="color: #007800;">$Revision</span>: <span style="color: #000000;">1178079</span> $<span style="color: #000000; font-weight: bold;">&gt;</span>
Copyright <span style="color: #000000;">1996</span> Adam Twiss, Zeus Technology Ltd, http:<span style="color: #000000; font-weight: bold;">//</span>www.zeustech.net<span style="color: #000000; font-weight: bold;">/</span>
Licensed to The Apache Software Foundation, http:<span style="color: #000000; font-weight: bold;">//</span>www.apache.org<span style="color: #000000; font-weight: bold;">/</span>
&nbsp;
Server Software:        Apache<span style="color: #000000; font-weight: bold;">/</span>2.4.1
Server Hostname:        192.168.56.120
Server Port:            <span style="color: #000000;">82</span>
&nbsp;
Document Path:          <span style="color: #000000; font-weight: bold;">/</span>phpinfo.html
Document Length:        <span style="color: #000000;">57947</span> bytes
&nbsp;
Concurrency Level:      <span style="color: #000000;">300</span>
Time taken <span style="color: #000000; font-weight: bold;">for</span> tests:   <span style="color: #000000;">1.084</span> seconds
Complete requests:      <span style="color: #000000;">5000</span>
Failed requests:        <span style="color: #000000;">0</span>
Write errors:           <span style="color: #000000;">0</span>
Keep-Alive requests:    <span style="color: #000000;">5000</span>
Total transferred:      <span style="color: #000000;">291380300</span> bytes
HTML transferred:       <span style="color: #000000;">289735000</span> bytes
Requests per second:    <span style="color: #000000;">4612.75</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #666666; font-style: italic;">#/sec] (mean)</span>
Time per request:       <span style="color: #000000;">65.037</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Time per request:       <span style="color: #000000;">0.217</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>ms<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>mean, across all concurrent requests<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Transfer rate:          <span style="color: #000000;">262512.62</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>Kbytes<span style="color: #000000; font-weight: bold;">/</span>sec<span style="color: #7a0874; font-weight: bold;">&#93;</span> received
&nbsp;
Connection Times <span style="color: #7a0874; font-weight: bold;">&#40;</span>ms<span style="color: #7a0874; font-weight: bold;">&#41;</span>
              min  mean<span style="color: #7a0874; font-weight: bold;">&#91;</span>+<span style="color: #000000; font-weight: bold;">/</span>-sd<span style="color: #7a0874; font-weight: bold;">&#93;</span> median   max
Connect:        <span style="color: #000000;">0</span>    <span style="color: #000000;">2</span>   <span style="color: #000000;">8.8</span>      <span style="color: #000000;">0</span>      <span style="color: #000000;">50</span>
Processing:    <span style="color: #000000;">19</span>   <span style="color: #000000;">62</span>   <span style="color: #000000;">7.7</span>     <span style="color: #000000;">63</span>     <span style="color: #000000;">121</span>
Waiting:        <span style="color: #000000;">1</span>   <span style="color: #000000;">23</span>  <span style="color: #000000;">11.2</span>     <span style="color: #000000;">24</span>      <span style="color: #000000;">71</span>
Total:         <span style="color: #000000;">19</span>   <span style="color: #000000;">64</span>  <span style="color: #000000;">12.4</span>     <span style="color: #000000;">63</span>     <span style="color: #000000;">171</span>
&nbsp;
Percentage of the requests served within a certain <span style="color: #000000; font-weight: bold;">time</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>ms<span style="color: #7a0874; font-weight: bold;">&#41;</span>
  <span style="color: #000000;">50</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">63</span>
  <span style="color: #000000;">66</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">64</span>
  <span style="color: #000000;">75</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">65</span>
  <span style="color: #000000;">80</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">66</span>
  <span style="color: #000000;">90</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">67</span>
  <span style="color: #000000;">95</span><span style="color: #000000; font-weight: bold;">%</span>     <span style="color: #000000;">93</span>
  <span style="color: #000000;">98</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">106</span>
  <span style="color: #000000;">99</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">109</span>
 <span style="color: #000000;">100</span><span style="color: #000000; font-weight: bold;">%</span>    <span style="color: #000000;">171</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>longest request<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div><p>Repeating the tests over and over, result in the same differences. Basically, <strong>ApacheBench v2.3 revision 1178079</strong> included with Apache v2.4.1 is faster than <strong>ApacheBench v2.3 revision 655654</strong> included with Apache v2.2.22.  Folks have you experienced this as well ? If so, feel free to reply and comment below to this article with your experiences.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1835/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MariaDB 5.5.20 Alpha MySQL Server Released</title><link>http://vbtechsupport.com/1832/</link> <comments>http://vbtechsupport.com/1832/#comments</comments> <pubDate>Sun, 26 Feb 2012 19:39:45 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[aria]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[mariadb 5.5.20]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona 5.5]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1832</guid> <description><![CDATA[MariaDB 5.5.20 Alpha MySQL Server has been released based on MySQL 5.5 with merging of MariaDB 5.3 with MySQL 5.5. Full MariaDB 5.5.20 Change Log. Full description of MariaDB 5.5 here. MariaDB 5.5.20 is an Alpha release. MariaDB 5.5.20-alpha is a merge of MariaDB 5.3 and MySQL 5.5 with some limited additional bug fixes. This [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://kb.askmonty.org/en/mariadb-5520-release-notes" title="MariaDB 5.5.20 MySQL Server" target="_blank">MariaDB 5.5.20 Alpha MySQL Server</a> has been released based on MySQL 5.5 with merging of MariaDB 5.3 with MySQL 5.5. Full <a
href="http://kb.askmonty.org/en/mariadb-5520-changelog" target="_blank">MariaDB 5.5.20 Change Log</a>. Full description of <a
href="http://kb.askmonty.org/en/what-is-mariadb-55" target="_blank">MariaDB 5.5 here</a>.</p><blockquote><p>MariaDB 5.5.20 is an Alpha release. MariaDB 5.5.20-alpha is a merge of MariaDB 5.3 and MySQL 5.5 with some limited additional bug fixes. This is the first 5.5-based release, and we are releasing it now, intentionally without any extra features, to get it into the hands of any who might want to test it. Extra features planned for MariaDB 5.5 will be pushed into subsequent releases. Do not use alpha releases on production systems.</p></blockquote> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1832/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>MariaDB 5.3.4 vs MySQL 5.5.20 &#8211; 5.1 XtraDB Engine vs InnoDB Plugin</title><link>http://vbtechsupport.com/1822/</link> <comments>http://vbtechsupport.com/1822/#comments</comments> <pubDate>Wed, 22 Feb 2012 14:07:03 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[innodb plugin]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[mariadb 5.2]]></category> <category><![CDATA[mariadb 5.3]]></category> <category><![CDATA[mariadb 5.5]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql benchmarks]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona 5.1]]></category> <category><![CDATA[percona 5.5]]></category> <category><![CDATA[sysbench benchmarks]]></category> <category><![CDATA[xtradb]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1822</guid> <description><![CDATA[Percona folks released some surprising Sysbench MySQL InnoDB Engine benchmarks comparing MariaDB 5.3.4 RC (which is based on Percona 5.1 XtraDB InnoDB engine) with MySQL 5.5.20 (InnoDB plugin). The results showed MySQL 5.5.20 was out performing MariaDB 5.3.4 RC for simple Sysbench OLTP InnoDB benchmark tests. MariaDB folks then did their own MariaDB 5.3.4 RC [...]]]></description> <content:encoded><![CDATA[<p>Percona folks released some surprising <a
href="http://www.mysqlperformanceblog.com/2012/02/18/mariadb-5-3-4-benchmarks/" target="_blank">Sysbench MySQL InnoDB Engine benchmarks</a> comparing <a
href="http://kb.askmonty.org/en/mariadb-534-release-notes" target="_blank">MariaDB 5.3.4 RC</a> (which is based on Percona 5.1 XtraDB InnoDB engine) with <a
href="http://dev.mysql.com/doc/refman/5.5/en/mysql-nutshell.html" target="_blank">MySQL 5.5.20</a> (InnoDB plugin). The results showed MySQL 5.5.20 was out performing MariaDB 5.3.4 RC for simple Sysbench OLTP InnoDB benchmark tests.</p><p>MariaDB folks then did their own <a
title="MariaDB 5.3.4 RC vs MySQL 5.5.20" href="http://blog.montyprogram.com/benchmarking-mariadb-5-3-4/" target="_blank">MariaDB 5.3.4 RC vs MySQL 5.5.20</a> (and Percona 5.1.61 and 5.5.20) tests which confirm the same results in that MariaDB 5.3.4 RC which is based on same Percona 5.1.x XtraDB Engine was performing behind both MySQL 5.5.20 (InnoDB plugin based) and Percona 5.5.20 which is based on MySQL 5.5 code. Even though MariaDB 5.3.4 RC and Pecona 5.1.x was using same XtraDB engine, MariaDB 5.3.4 RC was performing slightly worse. MariaDB 5.2.x was missing from comparison so not sure how MariaDB 5.2 would fair although it is like MariaDB 5.3.4 RC based on Percona 5.1 XtraDB engine.</p><p>MariaDB folks are investigating this, but they also will <a
href="http://blog.montyprogram.com/benchmarking-mariadb-5-3-4/" target="_blank">build future MariaDB 5.3 versions against the InnoDB plugin</a> and their <a
href="http://kb.askmonty.org/en/how-to-compile-mariadb-with-vanilla-xtradb" target="_blank">AskMonty KB</a> already has a <a
href="http://kb.askmonty.org/en/how-to-compile-mariadb-with-vanilla-xtradb" target="_blank">how to article for building MariaDB 5.3 against the vanilla InnoDB plugin</a>.</p><p><strong>Update: </strong>Looks like <a
href="http://vbtechsupport.com/1847/" target="_blank">MariaDB 5.3.5 stable release</a> might have fixed the problem ?</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1822/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache httpd 2.4.1 Officially Released</title><link>http://vbtechsupport.com/1818/</link> <comments>http://vbtechsupport.com/1818/#comments</comments> <pubDate>Wed, 22 Feb 2012 04:48:12 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[apache]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[apache 2.4]]></category> <category><![CDATA[apache 2.4.1]]></category> <category><![CDATA[event mpm]]></category> <category><![CDATA[httpd]]></category> <category><![CDATA[litespeed]]></category> <category><![CDATA[mpm worker]]></category> <category><![CDATA[nginx]]></category> <category><![CDATA[prefork mpm]]></category> <category><![CDATA[worker mpm]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1818</guid> <description><![CDATA[Apache has announced official release of Apache v2.4.1. Full change log at http://www.apache.org/dist/httpd/CHANGES_2.4 and What&#8217;s new at http://httpd.apache.org/docs/trunk/new_features_2_4.html The Apache HTTP Server Project is pleased to announce the release of version 2.4.1 of the Apache HTTP Server (&#8220;Apache&#8221; and &#8220;httpd&#8221;). This version of Apache is our first GA release of the new generation 2.4.x branch [...]]]></description> <content:encoded><![CDATA[<p>Apache has announced official release of Apache v2.4.1. Full change log at <a
href="http://www.apache.org/dist/httpd/CHANGES_2.4" title="Apache v2.4 change log" target="_blank">http://www.apache.org/dist/httpd/CHANGES_2.4</a> and What&#8217;s new at <a
href="http://httpd.apache.org/docs/trunk/new_features_2_4.html" title="What's new in Apache 2.4" target="_blank">http://httpd.apache.org/docs/trunk/new_features_2_4.html</a></p><blockquote><p>The Apache HTTP Server Project is pleased to announce the release of version 2.4.1 of the Apache HTTP Server (&#8220;Apache&#8221; and &#8220;httpd&#8221;). This version of Apache is our first GA release of the new generation 2.4.x branch of Apache HTTPD.</p><p>This version of httpd is a major release of the 2.4 stable branch, and represents the best available version of Apache HTTP Server. New features include Loadable MPMs, major improvements to OSCP support, mod_lua, Dynamic Reverse Proxy configuration, Improved Authentication/Authorization, FastCGI Proxy, New Expression Parser, and a Small Object Caching API.</p></blockquote><p>According to <a
href="http://www.serverwatch.com/server-news/apache-2.4-delivers-more-performance.html" target="_blank">ServerWatch</a>, folks at Apache claim Apache v2.4 is as fast if not faster than Nginx ! Wonder how it stacks up to <a
href="http://vbtechsupport.com/26/" target="_blank">Litespeed web server</a>. Definitely, will be testing and benchmarking Apache v2.4 to see how to compares with Nginx and Litespeed web servers.</p><p>Installed Apache v2.4.1 on CentOS 6.2 64bit with PHP 5.3.10:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>centos62 httpd-2.4.1<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># php -v</span>
PHP 5.3.10 <span style="color: #7a0874; font-weight: bold;">&#40;</span>cli<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>built: Feb <span style="color: #000000;">23</span> <span style="color: #000000;">2012</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">54</span>:<span style="color: #000000;">33</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> 
Copyright <span style="color: #7a0874; font-weight: bold;">&#40;</span>c<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">1997</span>-<span style="color: #000000;">2012</span> The PHP Group
Zend Engine v2.3.0, Copyright <span style="color: #7a0874; font-weight: bold;">&#40;</span>c<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">1998</span>-<span style="color: #000000;">2012</span> Zend Technologies</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>centos62 httpd-2.4.1<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># httpd -V</span>
Server version: Apache<span style="color: #000000; font-weight: bold;">/</span>2.4.1 <span style="color: #7a0874; font-weight: bold;">&#40;</span>Unix<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Server built:   Feb <span style="color: #000000;">23</span> <span style="color: #000000;">2012</span> <span style="color: #000000;">17</span>:<span style="color: #000000;">27</span>:<span style="color: #000000;">45</span>
Servers Module Magic Number: <span style="color: #000000;">20120211</span>:<span style="color: #000000;">0</span>
Server loaded:  APR 1.4.6, APR-UTIL 1.4.1
Compiled using: APR 1.4.6, APR-UTIL 1.4.1
Architecture:   <span style="color: #000000;">64</span>-bit
Server MPM:     event
  threaded:     <span style="color: #c20cb9; font-weight: bold;">yes</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>fixed thread count<span style="color: #7a0874; font-weight: bold;">&#41;</span>
    forked:     <span style="color: #c20cb9; font-weight: bold;">yes</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>variable process count<span style="color: #7a0874; font-weight: bold;">&#41;</span>
Server compiled with....
 <span style="color: #660033;">-D</span> APR_HAS_SENDFILE
 <span style="color: #660033;">-D</span> APR_HAS_MMAP
 <span style="color: #660033;">-D</span> APR_HAVE_IPV6 <span style="color: #7a0874; font-weight: bold;">&#40;</span>IPv4-mapped addresses enabled<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 <span style="color: #660033;">-D</span> APR_USE_SYSVSEM_SERIALIZE
 <span style="color: #660033;">-D</span> APR_USE_PTHREAD_SERIALIZE
 <span style="color: #660033;">-D</span> SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 <span style="color: #660033;">-D</span> APR_HAS_OTHER_CHILD
 <span style="color: #660033;">-D</span> AP_HAVE_RELIABLE_PIPED_LOGS
 <span style="color: #660033;">-D</span> <span style="color: #007800;">DYNAMIC_MODULE_LIMIT</span>=<span style="color: #000000;">256</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">HTTPD_ROOT</span>=<span style="color: #ff0000;">&quot;/usr&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">SUEXEC_BIN</span>=<span style="color: #ff0000;">&quot;/usr/bin/suexec&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">DEFAULT_PIDLOG</span>=<span style="color: #ff0000;">&quot;/var/run/httpd.pid&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">DEFAULT_SCOREBOARD</span>=<span style="color: #ff0000;">&quot;logs/apache_runtime_status&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">DEFAULT_ERRORLOG</span>=<span style="color: #ff0000;">&quot;logs/error_log&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">AP_TYPES_CONFIG_FILE</span>=<span style="color: #ff0000;">&quot;/etc/httpd/conf/mime.types&quot;</span>
 <span style="color: #660033;">-D</span> <span style="color: #007800;">SERVER_CONFIG_FILE</span>=<span style="color: #ff0000;">&quot;/etc/httpd/conf/httpd.conf&quot;</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>centos62 httpd-2.4.1<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># httpd -l</span>
Compiled <span style="color: #000000; font-weight: bold;">in</span> modules:
  core.c
  mod_so.c
  http_core.c</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>centos62 httpd-2.4.1<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># httpd -M</span>
Loaded Modules:
 core_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>static<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 so_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>static<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 http_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>static<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authn_file_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authn_core_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authz_host_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authz_groupfile_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authz_user_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 authz_core_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 access_compat_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 auth_basic_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 reqtimeout_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 filter_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 deflate_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 mime_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 log_config_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 env_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 expires_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 headers_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 setenvif_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 version_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 mpm_event_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 unixd_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 status_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 autoindex_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 dir_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 alias_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span>
 php5_module <span style="color: #7a0874; font-weight: bold;">&#40;</span>shared<span style="color: #7a0874; font-weight: bold;">&#41;</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>centos62 httpd-2.4.1<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># ls /etc/httpd/modules/</span>
httpd.exp               mod_authz_user.so      mod_ext_filter.so           mod_negotiation.so     mod_setenvif.so
libphp5.so              mod_autoindex.so       mod_file_cache.so           mod_proxy_ajp.so       mod_slotmem_plain.so
mod_access_compat.so    mod_bucketeer.so       mod_filter.so               mod_proxy_balancer.so  mod_slotmem_shm.so
mod_actions.so          mod_buffer.so          mod_headers.so              mod_proxy_connect.so   mod_socache_dbm.so
mod_alias.so            mod_cache_disk.so      mod_heartbeat.so            mod_proxy_express.so   mod_socache_dc.so
mod_allowmethods.so     mod_cache.so           mod_heartmonitor.so         mod_proxy_fcgi.so      mod_socache_memcache.so
mod_asis.so             mod_case_filter_in.so  mod_include.so              mod_proxy_fdpass.so    mod_socache_shmcb.so
mod_auth_basic.so       mod_case_filter.so     mod_info.so                 mod_proxy_ftp.so       mod_speling.so
mod_auth_digest.so      mod_cgid.so            mod_lbmethod_bybusyness.so  mod_proxy_html.so      mod_ssl.so
mod_auth_form.so        mod_charset_lite.so    mod_lbmethod_byrequests.so  mod_proxy_http.so      mod_status.so
mod_authn_anon.so       mod_data.so            mod_lbmethod_bytraffic.so   mod_proxy_scgi.so      mod_substitute.so
mod_authn_core.so       mod_dav_fs.so          mod_lbmethod_heartbeat.so   mod_proxy.so           mod_unique_id.so
mod_authn_dbd.so        mod_dav_lock.so        mod_log_config.so           mod_ratelimit.so       mod_unixd.so
mod_authn_dbm.so        mod_dav.so             mod_log_debug.so            mod_reflector.so       mod_userdir.so
mod_authn_file.so       mod_dbd.so             mod_log_forensic.so         mod_remoteip.so        mod_usertrack.so
mod_authn_socache.so    mod_deflate.so         mod_logio.so                mod_reqtimeout.so      mod_version.so
mod_authz_core.so       mod_dialup.so          mod_lua.so                  mod_request.so         mod_vhost_alias.so
mod_authz_dbd.so        mod_dir.so             mod_mime_magic.so           mod_rewrite.so         mod_watchdog.so
mod_authz_dbm.so        mod_dumpio.so          mod_mime.so                 mod_sed.so             mod_xml2enc.so
mod_authz_groupfile.so  mod_echo.so            mod_mpm_event.so            mod_session_cookie.so
mod_authz_host.so       mod_env.so             mod_mpm_prefork.so          mod_session_dbd.so
mod_authz_owner.so      mod_expires.so         mod_mpm_worker.so           mod_session.so</pre></div></div>]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1818/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>It&#8217;s official, Percona XtraBackup does not support MariaDB 5.2 &amp; 5.3 MySQL yet</title><link>http://vbtechsupport.com/1791/</link> <comments>http://vbtechsupport.com/1791/#comments</comments> <pubDate>Mon, 06 Feb 2012 06:28:29 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[innobackupex]]></category> <category><![CDATA[innodb backup]]></category> <category><![CDATA[mariadb]]></category> <category><![CDATA[myisam backup]]></category> <category><![CDATA[mysqldump]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona xtrabackup]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1791</guid> <description><![CDATA[Percona XtraBackup tool for non-blocking MySQL InnoDB and XtraDB backups has been out for a while now. There&#8217;s been an outstanding bug #733665 logged since March, 2011 with regards to Percona XtraBackup&#8217;s innobackupex-1.5.1 script not detecting MariaDB 5.2 and now 5.3 based MySQL forks. When you run Percona XtraBackup&#8217;s innobackupex-1.5.1 script with MariaDB 5.2 or [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.percona.com/software/percona-xtrabackup/" target="_blank">Percona XtraBackup tool</a> for non-blocking MySQL InnoDB and XtraDB backups has been out for a while now. There&#8217;s been an outstanding <a
href="https://bugs.launchpad.net/percona-xtrabackup/+bug/733665" target="_blank">bug #733665 logged since March, 2011</a> with regards to Percona XtraBackup&#8217;s innobackupex-1.5.1 script not detecting MariaDB 5.2 and now 5.3 based MySQL forks.</p><p>When you run Percona XtraBackup&#8217;s innobackupex-1.5.1 script with MariaDB 5.2 or 5.3 installed, the script will fail. I&#8217;ve mentioned this before on <a
href="http://vbtechsupport.com/974/3/" target="_blank">page 3 of my mysqlmybackup.sh script article</a> and provided a patch for it for the version of Percona XtraBackup at that time which was v1.60 Rev 245. The innobackupex-1.5.1 script will fail with ending line 336:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">innobackupex-1.5.1: Error: ibbackup child process has died at <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>innobackupex-1.5.1 line <span style="color: #000000;">336</span>.</pre></div></div><p>I recently revisited this with MariaDB 5.2.10 and Percona XtraBackup v1.6.4 Rev 314 and the same problem happens still &#8211; that is MariaDB 5.2 and 5.3 isn&#8217;t properly recognised by Percona XtraBackup. It seems to be pretty much certain that Percona XtraBackup tool isn&#8217;t going to officially support MariaDB 5.2 and 5.3 with the <a
href="https://bugs.launchpad.net/percona-xtrabackup/+bug/733665" target="_blank">latest bug status update statement</a>:</p><blockquote><p>MariaDB is not in the official list of supported databases. The bug is to stay in Wishlist until we decide to change that.</p></blockquote><p>So folks using MariaDB 5.2 or 5.3 MySQL server just be aware that Percona XtraBackup may not work with your version of MySQL.</p><h3>Patch fix work around</h3><p>I&#8217;ve updated my patch for Percona XtraBackup v1.6.4 Rev 314 and tested it against MariaDB 5.2.10 64bit on CentOS 6.2 64bit and it works fine. If you really need the patch, you can <a
href="http://vbtechsupport.com/contactme/" target="_blank">contact me</a>. But I take no responsibility for any issues you come across, so use it at your risk or wait until Percona updates XtraBackup to official support MariaDB 5.2 and 5.3.</p><p>Here&#8217;s sample output with MariaDB 5.2.10 working properly on patched version of Percona XtraBackup Rev 1.6.4 Rev 314:</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>sbe backup<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># /usr/bin/innobackupex-1.5.1 /backup</span>
&nbsp;
InnoDB Backup Utility v1.5.1-xtrabackup; Copyright <span style="color: #000000;">2003</span>, <span style="color: #000000;">2009</span> Innobase Oy
and Percona Inc <span style="color: #000000;">2009</span>-<span style="color: #000000;">2011</span>.  All Rights Reserved.
&nbsp;
This software is published under
the GNU GENERAL PUBLIC LICENSE Version <span style="color: #000000;">2</span>, June <span style="color: #000000;">1991</span>.
&nbsp;
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">43</span>  innobackupex-1.5.1: Starting mysql with options:  <span style="color: #660033;">--unbuffered</span> <span style="color: #660033;">--</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">43</span>  innobackupex-1.5.1: Connected to database with mysql child process <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">pid</span>=<span style="color: #000000;">9996</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">49</span>  innobackupex-1.5.1: Connection to database server closed
IMPORTANT: Please check that the backup run completes successfully.
           At the end of a successful backup run innobackupex-1.5.1
           prints <span style="color: #ff0000;">&quot;completed OK!&quot;</span>.
&nbsp;
innobackupex-1.5.1: Using mysql  Ver <span style="color: #000000;">14.16</span> Distrib 5.2.10-MariaDB, <span style="color: #000000; font-weight: bold;">for</span> unknown-linux-gnu <span style="color: #7a0874; font-weight: bold;">&#40;</span>x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span> using readline <span style="color: #000000;">5.1</span>
innobackupex-1.5.1: Using mysql server version This software comes with ABSOLUTELY NO WARRANTY. This is <span style="color: #c20cb9; font-weight: bold;">free</span> software,
&nbsp;
innobackupex-1.5.1: Created backup directory <span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2012</span>-01-06_21-<span style="color: #000000;">57</span>-<span style="color: #000000;">49</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">49</span>  innobackupex-1.5.1: Starting mysql with options:  <span style="color: #660033;">--unbuffered</span> <span style="color: #660033;">--</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">49</span>  innobackupex-1.5.1: Connected to database with mysql child process <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">pid</span>=<span style="color: #000000;">10019</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">51</span>  innobackupex-1.5.1: Connection to database server closed
&nbsp;
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">51</span>  innobackupex-1.5.1: Starting ibbackup with <span style="color: #7a0874; font-weight: bold;">command</span>: xtrabackup <span style="color: #660033;">--backup</span> <span style="color: #660033;">--suspend-at-end</span> <span style="color: #660033;">--target-dir</span>=<span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2012</span>-01-06_21-<span style="color: #000000;">57</span>-<span style="color: #000000;">49</span>
innobackupex-1.5.1: Waiting <span style="color: #000000; font-weight: bold;">for</span> ibbackup <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">pid</span>=<span style="color: #000000;">10025</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> to <span style="color: #7a0874; font-weight: bold;">suspend</span>
innobackupex-1.5.1: Suspend <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #ff0000;">'/backup/2012-01-06_21-57-49/xtrabackup_suspended'</span>
&nbsp;
xtrabackup version 1.6.4 <span style="color: #000000; font-weight: bold;">for</span> Percona Server 5.1.59 unknown-linux-gnu <span style="color: #7a0874; font-weight: bold;">&#40;</span>x86_64<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span>revision <span style="color: #c20cb9; font-weight: bold;">id</span>: <span style="color: #000000;">314</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
xtrabackup: uses posix_fadvise<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>.
xtrabackup: <span style="color: #7a0874; font-weight: bold;">cd</span> to <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql
InnoDB: Warning: innodb_log_block_size has been changed from its default value. <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #666666; font-style: italic;">###EXPERIMENTAL### operation)</span>
InnoDB: The log block <span style="color: #c20cb9; font-weight: bold;">size</span> is <span style="color: #000000; font-weight: bold;">set</span> to <span style="color: #000000;">4096</span>.
xtrabackup: Target instance is assumed <span style="color: #c20cb9; font-weight: bold;">as</span> followings.
xtrabackup:   innodb_data_home_dir = .<span style="color: #000000; font-weight: bold;">/</span>
xtrabackup:   innodb_data_file_path = ibdata1:2G:autoextend
xtrabackup:   innodb_log_group_home_dir = .<span style="color: #000000; font-weight: bold;">/</span>
xtrabackup:   innodb_log_files_in_group = <span style="color: #000000;">2</span>
xtrabackup:   innodb_log_file_size = <span style="color: #000000;">536870912</span>
xtrabackup: use O_DIRECT
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span>:<span style="color: #000000;">51</span>  InnoDB: Warning: allocated tablespace <span style="color: #000000;">10</span>, old maximum was <span style="color: #000000;">9</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>01<span style="color: #7a0874; font-weight: bold;">&#93;</span> Copying .<span style="color: #000000; font-weight: bold;">/</span>ibdata1 
     to <span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2012</span>-01-06_21-<span style="color: #000000;">57</span>-<span style="color: #000000;">49</span><span style="color: #000000; font-weight: bold;">/</span>ibdata1
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>01<span style="color: #7a0874; font-weight: bold;">&#93;</span>        ...done
<span style="color: #7a0874; font-weight: bold;">&#91;</span>01<span style="color: #7a0874; font-weight: bold;">&#93;</span> Copying .<span style="color: #000000; font-weight: bold;">/</span>sbtest<span style="color: #000000; font-weight: bold;">/</span>sbtest1.ibd 
     to <span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2012</span>-01-06_21-<span style="color: #000000;">57</span>-<span style="color: #000000;">49</span><span style="color: #000000; font-weight: bold;">/</span>sbtest<span style="color: #000000; font-weight: bold;">/</span>sbtest1.ibd
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>01<span style="color: #7a0874; font-weight: bold;">&#93;</span>        ...done
&nbsp;
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:05  innobackupex-1.5.1: Continuing after ibbackup has suspended
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:05  innobackupex-1.5.1: Starting mysql with options:  <span style="color: #660033;">--unbuffered</span> <span style="color: #660033;">--</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:05  innobackupex-1.5.1: Connected to database with mysql child process <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #007800;">pid</span>=<span style="color: #000000;">10040</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:07  innobackupex-1.5.1: Starting to lock all tables...
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">17</span>  innobackupex-1.5.1: All tables locked and flushed to disk
&nbsp;
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">17</span>  innobackupex-1.5.1: Starting to backup .frm, .MRG, .MYD, .MYI,
innobackupex-1.5.1: .TRG, .TRN, .ARM, .ARZ, .CSM, .CSV and .opt files <span style="color: #000000; font-weight: bold;">in</span>
innobackupex-1.5.1: subdirectories of <span style="color: #ff0000;">'/var/lib/mysql'</span>
innobackupex-1.5.1: Backing up files <span style="color: #ff0000;">'/var/lib/mysql/mysql/*.{frm,MYD,MYI,MRG,TRG,TRN,ARM,ARZ,CSM,CSV,opt,par}'</span> <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">69</span> files<span style="color: #7a0874; font-weight: bold;">&#41;</span>
innobackupex-1.5.1: Backing up <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #ff0000;">'/var/lib/mysql/sbtest/sbtest1.frm'</span>
innobackupex-1.5.1: Backing up <span style="color: #c20cb9; font-weight: bold;">file</span> <span style="color: #ff0000;">'/var/lib/mysql/sbtest/db.opt'</span>
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">17</span>  innobackupex-1.5.1: Finished backing up .frm, .MRG, .MYD, .MYI, .TRG, .TRN, .ARM, .ARZ, .CSV, .CSM and .opt files
&nbsp;
innobackupex-1.5.1: Resuming ibbackup
&nbsp;
xtrabackup: The latest check point <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000; font-weight: bold;">for</span> incremental<span style="color: #7a0874; font-weight: bold;">&#41;</span>: <span style="color: #ff0000;">'262144247'</span>
<span style="color: #000000; font-weight: bold;">&gt;&gt;</span> log scanned up to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
xtrabackup: Stopping log copying thread.
xtrabackup: Transaction log of lsn <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> to <span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">262144247</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> was copied.
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">19</span>  innobackupex-1.5.1: All tables unlocked
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">19</span>  innobackupex-1.5.1: Connection to database server closed
&nbsp;
innobackupex-1.5.1: Backup created <span style="color: #000000; font-weight: bold;">in</span> directory <span style="color: #ff0000;">'/backup/2012-01-06_21-57-49'</span>
innobackupex-1.5.1: MySQL binlog position: filename <span style="color: #ff0000;">''</span>, position 
<span style="color: #000000;">120106</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span>:<span style="color: #000000;">19</span>  innobackupex-1.5.1: completed OK<span style="color: #000000; font-weight: bold;">!</span>
&nbsp;
<span style="color: #c20cb9; font-weight: bold;">ls</span> <span style="color: #660033;">-lh</span> <span style="color: #000000; font-weight: bold;">/</span>backup<span style="color: #000000; font-weight: bold;">/</span><span style="color: #000000;">2012</span>-01-06_21-<span style="color: #000000;">57</span>-<span style="color: #000000;">49</span>
total 2.1G
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root  <span style="color: #000000;">334</span> Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">57</span> backup-my.cnf
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root 2.0G Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> ibdata1
drwxr-xr-x <span style="color: #000000;">2</span> root root 4.0K Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> mysql
drwx------ <span style="color: #000000;">2</span> root root 4.0K Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> sbtest
drwxr-xr-x <span style="color: #000000;">2</span> root root 4.0K Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> <span style="color: #7a0874; font-weight: bold;">test</span>
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root   <span style="color: #000000;">10</span> Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> xtrabackup_binary
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root    <span style="color: #000000;">1</span> Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> xtrabackup_binlog_info
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root   <span style="color: #000000;">81</span> Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> xtrabackup_checkpoints
<span style="color: #660033;">-rw-r--r--</span> <span style="color: #000000;">1</span> root root  20K Jan  <span style="color: #000000;">6</span> <span style="color: #000000;">21</span>:<span style="color: #000000;">58</span> xtrabackup_logfile</pre></div></div><p>Unfortunately, Percona XtraBackup isn&#8217;t the only tool with MySQL compatibility issues. <a
href="http://vbtechsupport.com/1716/" target="_blank">Mydumper multi-threaded backup tool</a> doesn&#8217;t seem to properly work with MySQL 5.5.x as yet according to <a
href="https://bugs.launchpad.net/mydumper/+bug/803982" target="_blank">bug #803982</a> but works fine with MariaDB 5.2 and MySQL Community 5.1.x releases. Then there&#8217;s issues with MariaDB 5.2.9/5.2.10 with Tungsten Replicator based replication &#8211; <a
href="http://code.google.com/p/tungsten-replicator/issues/detail?id=256" target="_blank">issue #256</a> which weren&#8217;t present in MariaDB 5.2.7 which I tested with <a
href="http://vbtechsupport.com/1337/" target="_blank">before</a>. Hopefully, these issues eventually get fixed &#8211; at least my favourite pairing works fine, MariaDB 5.2/5.3 + Mydumper.</p> ]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1791/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Percona Server 5.5.19-24.0 Released</title><link>http://vbtechsupport.com/1780/</link> <comments>http://vbtechsupport.com/1780/#comments</comments> <pubDate>Wed, 18 Jan 2012 13:59:53 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[mysql]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[innodb]]></category> <category><![CDATA[myisam]]></category> <category><![CDATA[mysql 5.5]]></category> <category><![CDATA[mysql server 5.5]]></category> <category><![CDATA[percona]]></category> <category><![CDATA[percona 5.5]]></category> <category><![CDATA[percona mysql]]></category> <category><![CDATA[percona xtradb]]></category> <category><![CDATA[xtradb innodb]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1780</guid> <description><![CDATA[Percona MySQL Server 5.5.19-24.0 has been released. Based on MySQL 5.5.19, it includes all the bug fixes in it. New Features Variable innodb_flush_neighbor_pages can be now set to a new value cont. The previously-available option values 0 and 1 now have more descriptive names none and area. The value of none disables the neighbor page flush and area matches the default InnoDB behavior: any dirty pages in [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.mysqlperformanceblog.com/2012/01/13/announcing-percona-server-5-5-19-24-0/" target="_blank">Percona MySQL Server 5.5.19-24.0</a> has been released. Based on MySQL 5.5.19, it includes all the bug fixes in it.</p><h2 style="padding-left: 30px;">New Features</h2><ul><ul><li>Variable <a
title="innodb_flush_neighbor_pages"><tt>innodb_flush_neighbor_pages</tt></a> can be now set to a new value <tt>cont</tt>. The previously-available option values 0 and 1 now have more descriptive names <tt>none</tt> and <tt>area</tt>. The value of <tt>none</tt> disables the neighbor page flush and <tt>area</tt> matches the default <em>InnoDB</em> behavior: any dirty pages in the vicinity of the page selected for flushing may be flushed too. The new option value <tt>cont</tt> improves the neighbor flushing by considering only contiguous blocks of neighbor pages, thus performing the flush by sequential instead of random I/O. (<em>Yasufumi Kinoshita</em>,<em>Laurynas Biveinis</em>)</li><li>Improvements to the XtraDB’s sync flush algorithm. If the XtraDB checkpoint age grows dangerously close to its limit and XtraDB is forced to perform a sync flush, these changes should slightly improve the user query performance instead of completely blocking them. (<em>Yasufumi Kinoshita</em>, <em>Laurynas Biveinis</em>)</li></ul></ul><h2 style="padding-left: 30px;">Bug Fixes</h2><ul><ul><li>Minor MEMORY engine test suite fix: <a
href="https://bugs.launchpad.net/percona-server/+bug/849921">#849921</a> (<em>Laurynas Biveinis</em>)</li><li>A fix for testsuite integration into Jenkins: <a
href="https://bugs.launchpad.net/percona-server/+bug/911237">#911237</a> (<em>Oleg Tsarev</em>)</li></ul></ul><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mysqladmin ver
mysqladmin  Ver <span style="color: #000000;">8.42</span> Distrib 5.5.19, <span style="color: #000000; font-weight: bold;">for</span> Linux on x86_64
Copyright <span style="color: #7a0874; font-weight: bold;">&#40;</span>c<span style="color: #7a0874; font-weight: bold;">&#41;</span> <span style="color: #000000;">2000</span>, <span style="color: #000000;">2011</span>, Oracle and<span style="color: #000000; font-weight: bold;">/</span>or its affiliates. All rights reserved.
&nbsp;
Oracle is a registered trademark of Oracle Corporation and<span style="color: #000000; font-weight: bold;">/</span>or its
affiliates. Other names may be trademarks of their respective
owners.
&nbsp;
Server version          5.5.19-<span style="color: #000000;">55</span>
Protocol version        <span style="color: #000000;">10</span>
Connection              Localhost via UNIX socket
UNIX socket             <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>mysql<span style="color: #000000; font-weight: bold;">/</span>mysql.sock
Uptime:                 <span style="color: #000000;">22</span> min <span style="color: #000000;">56</span> sec
&nbsp;
Threads: <span style="color: #000000;">1</span>  Questions: <span style="color: #000000;">2</span>  Slow queries: <span style="color: #000000;">0</span>  Opens: <span style="color: #000000;">33</span>  Flush tables: <span style="color: #000000;">1</span>  Open tables: <span style="color: #000000;">26</span>  
Queries per second avg: <span style="color: #000000;">0.001</span></pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">rpm <span style="color: #660033;">-qa</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> Percona
Percona-Server-server-<span style="color: #000000;">55</span>-5.5.19-rel24.0.204.rhel6.x86_64
Percona-Server-shared-compat-5.5.19-rel24.0.204.rhel6.x86_64
Percona-Server-shared-<span style="color: #000000;">55</span>-5.5.19-rel24.0.204.rhel6.x86_64
Percona-Server-test-<span style="color: #000000;">55</span>-5.5.19-rel24.0.204.rhel6.x86_64
Percona-Server-devel-<span style="color: #000000;">55</span>-5.5.19-rel24.0.204.rhel6.x86_64
Percona-Server-client-<span style="color: #000000;">55</span>-5.5.19-rel24.0.204.rhel6.x86_64</pre></div></div><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">mysql <span style="color: #660033;">-e</span> <span style="color: #ff0000;">&quot;show plugins;&quot;</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> Name                           <span style="color: #000000; font-weight: bold;">|</span> Status   <span style="color: #000000; font-weight: bold;">|</span> Type               <span style="color: #000000; font-weight: bold;">|</span> Library <span style="color: #000000; font-weight: bold;">|</span> License <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+
<span style="color: #000000; font-weight: bold;">|</span> binlog                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_native_password          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> mysql_old_password             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> AUTHENTICATION     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MRG_MYISAM                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MEMORY                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> MyISAM                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> CSV                            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> PERFORMANCE_SCHEMA             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> BLACKHOLE                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> ARCHIVE                        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> InnoDB                         <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_RSEG                    <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TRX                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCKS                   <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_LOCK_WAITS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP                     <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMP_RESET               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM                  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_CMPMEM_RESET            <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLES              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_TABLESTATS          <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_INDEXES             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_COLUMNS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FIELDS              <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_FOREIGN_COLS        <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_SYS_STATS               <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_TABLE_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_INDEX_STATS             <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES       <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_INDEX <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> INNODB_BUFFER_POOL_PAGES_BLOB  <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> XTRADB_ADMIN_COMMAND           <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> INFORMATION SCHEMA <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> FEDERATED                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
<span style="color: #000000; font-weight: bold;">|</span> partition                      <span style="color: #000000; font-weight: bold;">|</span> ACTIVE   <span style="color: #000000; font-weight: bold;">|</span> STORAGE ENGINE     <span style="color: #000000; font-weight: bold;">|</span> NULL    <span style="color: #000000; font-weight: bold;">|</span> GPL     <span style="color: #000000; font-weight: bold;">|</span>
+--------------------------------+----------+--------------------+---------+---------+</pre></div></div>]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1780/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Unixy Varnish v1.4.5 RC7 Released fixes Varnish Cache Error 400 Bad Requests</title><link>http://vbtechsupport.com/1773/</link> <comments>http://vbtechsupport.com/1773/#comments</comments> <pubDate>Wed, 18 Jan 2012 03:30:28 +0000</pubDate> <dc:creator>eva2000</dc:creator> <category><![CDATA[cpanel]]></category> <category><![CDATA[varnish]]></category> <category><![CDATA[web tech]]></category> <category><![CDATA[bad request error 400]]></category> <category><![CDATA[cpanel varnish]]></category> <category><![CDATA[error 400]]></category> <category><![CDATA[http_req_hdr_len]]></category> <category><![CDATA[http_resp_hdr_len]]></category> <category><![CDATA[limitrequestfieldsize]]></category> <category><![CDATA[litespeed]]></category> <category><![CDATA[litespeed varnish]]></category> <category><![CDATA[unixy varnish]]></category> <category><![CDATA[unixy varnish plugin]]></category> <category><![CDATA[varnish cache]]></category> <category><![CDATA[whm varnish]]></category><guid
isPermaLink="false">http://vbtechsupport.com/?p=1773</guid> <description><![CDATA[WHM/Cpanel and Direct Admin users who have installed Unixy Varnish Cpanel plugin would be happy to know Unixy Varnish v1.4.5 RC7 has been released to fix Varnish Error 400 Bad Requests error messages. Google search for the error message shows various reasons for 400 Bad Requests errors related to backend Apache web server settings for [...]]]></description> <content:encoded><![CDATA[<p>WHM/Cpanel and Direct Admin users who have installed <a
href="http://vbtechsupport.com/unixy" target="_blank">Unixy Varnish Cpanel plugin</a> would be happy to know <strong><a
href="http://vbtechsupport.com/unixy" title="Unixy Varnish v1.4.5 RC7" target="_blank">Unixy Varnish v1.4.5 RC7</a></strong> has been released to fix <strong>Varnish Error 400 Bad Requests</strong> error messages.</p><p>Google search for the error message shows various reasons for 400 Bad Requests errors related to backend Apache web server settings for <a
href="http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestfieldsize" target="_blank">LimitRequestFieldSize</a> and <a
href="http://httpd.apache.org/docs/2.2/mod/core.html#limitrequestline" target="_blank">LimitRequestLine</a>. On the other end, it can also be caused by the Varnish Cache server&#8217;s own http request and response header length settings which were added in Varnish v3.x and default to 4096 bytes respectively which is half the size of Apache corresponding settings.</p><p><a
href="http://vbtechsupport.com/unixy" target="_blank">Unixy Varnish v1.4.5 RC7</a> release raised these limits for http request and response header length settings by 5x and 8x times their own pre-1.4.5rc7 defaults (which were 1/2 and 1/8th the size of the usual non-Unixy Varnish defaults).</p><h3>Error 400 Bad Request</h3><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">Error <span style="color: #000000;">400</span> Bad Request
&nbsp;
Bad Request
Guru Meditation:
&nbsp;
XID: <span style="color: #000000;">1234567890</span>
&nbsp;
Varnish cache server</pre></div></div>]]></content:encoded> <wfw:commentRss>http://vbtechsupport.com/1773/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching 20/81 queries in 0.056 seconds using apc
Object Caching 2632/2924 objects using apc
Content Delivery Network via cdn77.vbtechsupport.com

Served from: vbtechsupport.com @ 2012-05-19 15:55:05 -->
