Archives
- October 2024
- August 2024
- June 2024
- May 2024
- February 2024
- December 2023
- October 2023
- June 2023
- April 2023
- August 2016
- June 2016
- May 2016
- February 2016
- December 2015
- October 2015
- May 2015
- April 2015
- January 2015
- December 2014
- November 2014
- October 2014
- January 2014
- December 2013
- November 2013
- October 2013
- August 2013
- July 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- April 2012
Categories
Meta
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