Search This Blog

Thursday, August 12, 2010

yum install pcap

yum install libpcap-devel
yum install libnet


mysql add field default

mysql> alter table  text_products add plimit int ;

alter table  text_products alter  plimit set default '500' ;