int(11) NOT NULL default '0',
PRIMARY KEY (id),
INDEX(uid),
INDEX(did)
) TYPE=MyISAM COMMENT='[Cartoes] Relacionamento entre cat, sub e dat';
[]
EBY> if hope someone can help me because i'm with serius problem with delete and
EBY> updates queries this
hello!
i'm with problem when i delete something from mysql, the table overhead a
few bytes
i'm running a sql query from a php page:
if($DEl && $cid && $sid && $did) {
$d0->query("SELECT id FROM crd_favorites WHERE did='$did' AND
uid='$uid'");
if($d0->num_rows()<1) {
hello someone can explain what is database overhead why happen...?
thanks, everton.
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)