1146 numaralı mySQL hatası
Error: 1146 SQLSTATE: 42S02 (ER_NO_SUCH_TABLE)
Message: Table '%s.%s' doesn't exist
Aşağıdaki sorguyu çalıştır (tablo ismini tablo önekine göre düzenliceksin)
CREATE TABLE `postindex` (
`wordid` int(10) unsigned NOT NULL default '0',
`postid` int(10) unsigned NOT NULL default '0',
`intitle` smallint(5) unsigned NOT NULL default '0',
`score` smallint(5) unsigned NOT NULL default '0',
UNIQUE KEY `wordid` (`wordid`,`postid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1