摘要:
安装&配置 bash
wget http://memcached.org/latest O memcached.tar.gz
tar zxvf memcached.tar.gz
cd memcached
./configure prefix=/usr/local/memcached
make &... 阅读全文
摘要:
今天在执行这样一条语句时:SELECT store - freez AS less FROM `products`;报如下错误:Data truncation: BIGINT UNSIGNED value is out of range in '(`products`.`store` - `prod... 阅读全文