摘要:
在优化数据库的,或者在导入数据的时候,知道某个数据库中哪张数据表的数据量最多,有时候对我们还是有帮助的所以自己简单写了几行代码用来实现以上需求执行结果:<?php $conn=mysql_connect('localhost','root',''); mysql_select_db('数据库',$conn); $sql="SELECT information_schema.TABLES.TABLE_NAME FROM information_schema. TABLES WHERE table_schema = & 阅读全文
posted @ 2012-09-01 17:41
曾是土木人
阅读(1658)
评论(1)
推荐(0)

浙公网安备 33010602011771号