php.de

Zurück   php.de > Webentwicklung > PHP Einsteiger > PHP Tipps 2006

 
 
LinkBack Themen-Optionen Thema bewerten
Alt 03.02.2006, 00:45  
Benutzer
 
Registriert seit: 11.06.2003
Beiträge: 64
Cytrix
Cytrix eine Nachricht über ICQ schicken
Standard Can't find FULLTEXT index matching the column list [MYSQL]

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  
Sponsor Mitteilung
PHP Code Flüsterer

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

Alt 16.02.2006, 13:02  
Neuer Benutzer
 
Registriert seit: 28.01.2006
Beiträge: 24
piep83
Standard

hallo Cytrix,

du mußt den FULLTEXT index über beide Spalten ziehen.

Code:
ALTER TABLE links ADD FULLTEXT (name,skeys);
http://dev.mysql.com/doc/refman/4.0/...xt-search.html

http://www.flashbattle.de/forumv2/th...?threadid=7836
__________________
PC-Notdienst Eisleben
piep83 ist offline  
 


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
ftp account erstellen in confixx umgebung PHP-Fortgeschrittene 5 15.02.2006 20:41
#1191 - Can't find FULLTEXT index matching the column list ? Cytrix Datenbanken 4 06.02.2006 22:58
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, \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, can\'t find fulltext index matching the column list [1191], 1191 can\'t find fulltext index matching the column list, an\'t find fulltext index matching the column list, can\'t find fulltext index matching the column list query, #1191 can\'t find fulltext index matching the column list, 1191: can\'t find fulltext index matching the column list, can\'t find fulltext index matching the column lis, can\'t find fulltext index matching the column list\], error: can\'t find fulltext index matching the column list, \can\'t find fulltext index matching the column list \, index matching, can\'t find fulltext index matching column list, can\'t find fulltext index matching the column, can\'t find fulltext index matching the column list\', cannot fulltext index matching

Alle Zeitangaben in WEZ +2. Es ist jetzt 14:41 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.