Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. What is your wait_timeout set to?
  2. Nothing has changed -- you have old mysql drivers.
  3. MySQL has many date functions -- including MONTH() and YEAR(). Not sure what you want for the second one.
  4. What conditions are you trying to check?
  5. This is fairly rudimentary stuff -- there are lots of tutorials on this site that can help you out with syntax and flow.
  6. What's not working?
  7. See -- locked.
  8. Yes -- this is what kickstart just said.
  9. See my response to your other post -- and lets' try and keep this related topic all is a single thread, ok?
  10. Just combine the results, in application code, from each table's fulltext search. Otherwise, you're stuck with (a) writing your own or (b) a third-party solution like Sphinx.
  11. You have to use - INTERVAL 7 DAY, not just "7".
  12. What mysql version?
  13. Well, as long as whatever you group by is UNIQUE, you're ok -- at least in mysql.
  14. FULLTEXT doesn't handle small data sets very well.
  15. Assuming the QC is on, every non-deterministic query makes it way into the cache -- which isn't always a good thing.
  16. Well, you can always replace it... or query the I_S tables first.
  17. I'll say it again -- php syntax errors really have no place on this board.
  18. No, you can't span multiple tables with fulltext -- but you can run multiple queries and combine the results.
  19. You need to make a single fulltext index with all the columns you want to incloude.
  20. Referring to this topic -- I should have moved it instead of having a re-post.
  21. This is a job for application code.
  22. Define "not work" -- and show us the actual query.
  23. Well, you can build the query knowing what the user is searching for -- but otherwise you need fulltext searching of some sort.
  24. You seem to have strange quotes all over the place.
  25. You can't protect files across machines unless you encrypt the drive -- otherwise, ACL is your friend.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.