Monthly Archives: January 2013

Percona XtraDB Cluster on cloud

http://www.percona.com/software/percona-xtradb-cluster

Posted in Linux | Comments Off on Percona XtraDB Cluster on cloud

Cool curl commands

Using curl to GET a page The simplest and most common request/operation made using HTTP is to get a URL. The URL could itself refer to a web page, an image or a file. The client issues a GET request … Continue reading

Posted in Linux | Comments Off on Cool curl commands

WordPress database error MySQL server has gone away for query blah

Edit the php file “wp-db.php” (in the “wp-include/” folder of your WordPress installation) and add $this->query(“set session wait_timeout=600”); somewhere in the function “___construct” after the $this->dbhost = $dbhost; and before the $this->dv_connect() statement. Reference this link if you need more: … Continue reading

Posted in Linux | Comments Off on WordPress database error MySQL server has gone away for query blah