オリジナルエフェクト
-------------------------------------- - ----
データベースの合計サイズ:
490766329
データベースのサイズ:
25115924452
----------------------------- - -------------------
達成される効果
データベース総サイズ:
4 億 9,000 万アイテム
データベース サイズ:
23.39 GB
キーコード
$ e= 0;
$count=mysql_query("select table_name from information_schema='data'");
while($rows=mysql_fetch_array($count)){
$c= $rows['table_name'] ;
$count_table=mysql_query("$c から count(*) を選択");
while(@$d=mysql_fetch_array($count_table)){
$e= $e+($d['count(*)'] );
}
}
?>