Problem Initially I started mysql with incorrect and ran into error in the error log. 141005 12:00:00 [ERROR] Plugin 'InnoDB' init function returned error. 141005 12:00:00 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 141005 12:00:00 [ERROR] Unknown/unsupported storage…
Install Memcached for PHP on OS X
Wiki Memcached is a general-purpose distributed memory caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source (such as a database…
Database Sharding Basic Idea and Sharding Strategies
This article focuses on the basic idea and theory sharding sharding strategy. The Basic Idea The basic idea is to make a database Sharding cut into multiple parts into different databases (server), thereby alleviate performance problems single database. Is not…
Configure Git and Github
Wiki Git Git is a distributed revision control and source code management (SCM) system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git was initially designed and developed by Linus Torvalds for Linux kernel development…