Hallo,
sitze gerade im Büro und auf einmal geht die Volltext-suche nicht mehr. Da habe ich mal eine neue Test-Table erstellt
Delphi-Quellcode:
CREATE TABLE test(
id int unsigned auto_increment not null primary key,
rubrum rchar(255),
fulltext (rubrum)
);
habe was eingetragen und mit
SELECT * FROM test where match (rubrum) against ('abcdef');
was gesucht. Zurück kamen 0 Rows.
habe auch schon ein Flush - tables gemacht.
BRAUCHE DRINGEND HILFE!!