Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. HuH/
  2. I don't follow.
  3. Post the actual, raw query, not php code.
  4. Don't store flags in the db.
  5. Next time, how about posting your solution ?
  6. None of this matters. You need to store a clean version of your strings, depending on how you're searching. Substring matches depend on the content, same with the definition of "alphanumeric', the list goes on. Without true full-text searching (i.e. stemming, etc.), this is all smoke and mirrors.
  7. Cron jobs are much, much, much more reliable than replication.
  8. Yeah, but that's evil data storage.
  9. You're new -- next time, use code tags.
  10. Did you explicit grant the drop privilege?
  11. There are countless blog posts on this kind of thing.
  12. You just need to join twice, and count the number of posts.
  13. That's not English.
  14. That's a cron job.
  15. That's a php question related to entities.
  16. Join twice.
  17. That's because not every OS is case sensitive. But don't ever use mixed case.
  18. Sending how? If it's just another accessible mysql server, then it's a joke.
  19. Covers: Part 1: Using the MySQL Improved Extension, mysqli Part 2: Using the MySQL Extension, mysql Part 3: Using the PDO Extension With MySQL Driver, pdo_mysql Part 4: Using the MySQL Native Driver for PHP, mysqlnd Tutorial is here.
  20. Well, a scalar subquery, that is.
  21. Hopefully this presentation will stay online at scribd... it's simply fantastic, probably the best I've come across in recent memory. At 220 slides, it's quite lengthy -- but the lessons learned are invaluable, so be sure to read all the way to the end. A MUST READ!!!! EDIT: This year's version of the presentation -- some really great stuff in here, particuarly about hierarchies.
  22. At the 2008 MySQL Conference and Expo, The Pythian Group gave away EXPLAIN cheatsheets (PDF).
  23. This resource covers a very broad range of topics... it's worth a look, though, especially if you're stumbling in the early stages of configuration.
  24. Basically, this blog contains a regularly-updated run-down of MySQL functions, with a short description and a few hints on how to use them; RSS feed here.
  25. Please read the excellent FAQ thread on this issue by our very own wildteen88.
×
×
  • 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.