摘要:
我们都知道MyISAM是表级锁,而Innodb是行级锁,现在就测试下他们的性能区别:<?php$conn = mysql_connect("localhost","root","");mysql_select_db("book",$conn);$sql = "update count_t set c... 阅读全文
posted @ 2015-06-26 20:27
北京流浪儿
阅读(158)
评论(0)
推荐(0)