php.de

Zurück   php.de > Webentwicklung > Datenbanken

Datenbanken SQL und Co

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 06.02.2006, 16:38  
Benutzer
 
Registriert seit: 11.06.2003
Beiträge: 64
Cytrix
Cytrix eine Nachricht über ICQ schicken
Standard #1191 - Can't find FULLTEXT index matching the column list ?

Hi Leute,

ich versteh das Problem hierbei nicht ganz. Ich hab n table:
Code:
CREATE TABLE links (
  id int(11) NOT NULL auto_increment,
  name text NOT NULL,
  describ text NOT NULL,
  link text NOT NULL,
  skeys text NOT NULL,
  PRIMARY KEY  (id),
  UNIQUE KEY id_2 (id),
  UNIQUE KEY id_3 (id),
  UNIQUE KEY id_4 (id),
  KEY id (id),
  FULLTEXT KEY name (name),
  FULLTEXT KEY skeys (skeys)
)
den ich mit
Code:
SELECT * FROM `links`WHERE MATCH (name) AGAINST ('test') LIMIT 0 , 30
abfrage hierbei erhalte ich ein ergebniss!

Wenn ich allerdings mit
Code:
SELECT * FROM `links`WHERE MATCH (name,skeys) AGAINST ('test') LIMIT 0 , 30
abfrage erhalte ich:
Code:
#1191 - Can't find FULLTEXT index matching the column list
der FULLTEXT INDEX ist doch für beide Spalten gesetzt. Wo ich das Problem ??

MFG Cytrix
__________________
fighting for peace is like fuking for virgianity
Cytrix ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 06.02.2006, 16:43  
Erfahrener Benutzer
 
Registriert seit: 13.11.2005
Beiträge: 2.583
xabbuh
Standard

Wenn du für Match mehrere Spalten als Argument übergibst, muss für genau diese Spaltenkombination ein FULLTEXT-Index existieren:
Code:
[...]
FULLTEXT KEY(name, skeys),
[...]
xabbuh ist offline   Mit Zitat antworten
Alt 06.02.2006, 22:08  
Benutzer
 
Registriert seit: 11.06.2003
Beiträge: 64
Cytrix
Cytrix eine Nachricht über ICQ schicken
Standard

kk thx
__________________
fighting for peace is like fuking for virgianity
Cytrix ist offline   Mit Zitat antworten
Alt 06.02.2006, 22:36  
Benutzer
 
Registriert seit: 11.06.2003
Beiträge: 64
Cytrix
Cytrix eine Nachricht über ICQ schicken
Standard

hmm funktioniert noch nicht so ganz wie Ã*ch mir das denke:

wenn ich test eingebe und das wort in der db testament ist findet er es nicht.
Wenn ich ('%test%') mache auch nicht.

Help ...
__________________
fighting for peace is like fuking for virgianity
Cytrix ist offline   Mit Zitat antworten
Alt 06.02.2006, 22:58  
Erfahrener Benutzer
 
Registriert seit: 21.05.2008
Beiträge: 9.937
Zergling-new wird schon bald berühmt werden
Standard

Ist doch super, denn Test hat absolut nichts mit einem Testament zu tun

Werd dir mal über den Unterschied MATCH AGAINST und LIKE klar -- nein, nicht hier im Forum, im Manual :wink:
Zergling-new ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Prototype Ajax Array Datenmüll notyyy HTML, Usability und Barrierefreiheit 2 08.04.2008 10:57
Unknown column 'rights' in 'field list' GSJLink Datenbanken 24 30.07.2007 12:26
MySQL-Abfrage / Fulltext Search / ERROR (Coca Cola alle!) SvenLittkowski Datenbanken 1 01.10.2006 02:25
Can't find FULLTEXT index matching the column list [MYSQL] Cytrix PHP Tipps 2006 1 16.02.2006 13:02
ftp account erstellen in confixx umgebung PHP-Fortgeschrittene 5 15.02.2006 20:41
Suche Programmierer, Designer, Schreiber... blinkster.de Beitragsarchiv 76 14.08.2005 18:31
2 verschachtelte while Schleifen. Großes Performanceproblem Datenbanken 3 30.05.2005 12:52
Unknown column in 'field list' PHP Tipps 2004 1 18.09.2004 21:54

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
can\'t find fulltext index matching the column list, #1191 - can\'t find fulltext index matching the column list, mysql can\'t find fulltext index matching the column list, sql error number: 1191, http://www.php.de/datenbanken/36753-1191-cant-find-fulltext-index-matching-column-list.html, cant find fulltext index, [err] 1191 - can\'t find fulltext index matching the column list, can\'t find fulltext index, mysql-fehler : can\'t find fulltext index matching the column list update vbulletin 4, cant find fulltext, mysql error: can\'t find fulltext index matching the column list, can\'t find fulltext index matching the column list [1191], 1191: can\'t find fulltext index matching the column list, sql error: can\'t find fulltext index matching the column list, can\'t find fulltext index matching the column list vbulletin, mysql 1191, mysql match mehrere spalten, 1191 - can\'t find fulltext index matching the column list, can\'t find fulltext index matching the column list“ (1191), fehlermeldung can\'t find fulltext index matching the column list

Alle Zeitangaben in WEZ +2. Es ist jetzt 19:53 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum

Creative Commons License
Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.