Advertisement
Guest User

Untitled

a guest
Feb 6th, 2013
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. tiki
  2. CREATE INDEX urlindex ON tiki_link_cache (url(250))
  3. INDEX command denied to user 'web463'@'localhost' for table 'tiki_link_cache'
  4.  
  5.  
  6. tiki_myisam
  7. -- tiki_myisam.sql is run after tiki.sql if MyISAM is being installed
  8. CREATE FULLTEXT INDEX ft ON tiki_articles(`title`, `heading`, `body`)
  9. INDEX command denied to user 'web463'@'localhost' for table 'tiki_articles'
  10. CREATE FULLTEXT INDEX ft ON tiki_blog_posts(`data`, `title`)
  11. INDEX command denied to user 'web463'@'localhost' for table 'tiki_blog_posts'
  12. CREATE FULLTEXT INDEX ft ON tiki_blogs(`title`, `description`)
  13. INDEX command denied to user 'web463'@'localhost' for table 'tiki_blogs'
  14. CREATE FULLTEXT INDEX ft ON tiki_calendar_items(`name`,`description`)
  15. INDEX command denied to user 'web463'@'localhost' for table 'tiki_calendar_items'
  16. CREATE FULLTEXT INDEX ft ON tiki_comments(title,data)
  17. INDEX command denied to user 'web463'@'localhost' for table 'tiki_comments'
  18. CREATE FULLTEXT INDEX ft ON tiki_directory_sites(name,description)
  19. INDEX command denied to user 'web463'@'localhost' for table 'tiki_directory_sites'
  20. CREATE FULLTEXT INDEX ft ON tiki_faq_questions(question,answer)
  21. INDEX command denied to user 'web463'@'localhost' for table 'tiki_faq_questions'
  22. CREATE FULLTEXT INDEX ft ON tiki_faqs(title,description)
  23. INDEX command denied to user 'web463'@'localhost' for table 'tiki_faqs'
  24. CREATE FULLTEXT INDEX ft ON tiki_files(name,description,search_data,filename)
  25. INDEX command denied to user 'web463'@'localhost' for table 'tiki_files'
  26. CREATE FULLTEXT INDEX ft ON tiki_galleries(name,description)
  27. INDEX command denied to user 'web463'@'localhost' for table 'tiki_galleries'
  28. CREATE FULLTEXT INDEX ft ON tiki_images(name,description)
  29. INDEX command denied to user 'web463'@'localhost' for table 'tiki_images'
  30. CREATE FULLTEXT INDEX ft ON tiki_pages(`pageName`,`description`,`data`)
  31. INDEX command denied to user 'web463'@'localhost' for table 'tiki_pages'
  32. CREATE FULLTEXT INDEX ft ON tiki_tracker_item_fields(value)
  33. INDEX command denied to user 'web463'@'localhost' for table 'tiki_tracker_item_fields'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement