Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. TLDR... try again.
  2. Lots of things... show innodb status would tell you exactly.
  3. BIGINT should never be used for anything -- ever.
  4. What error? What mysql version?
  5. Then post the solution.
  6. Are you getting the right results? I only see a single "LIKE".
  7. You can use the information_schema tables in mysql 5...
  8. That's going to be impossible... why not just JOIN them to have the relationship captured in each row?
  9. an ORDER BY clause will make them alphabetical... the layout has nothing to do with mysql.
  10. Failed how?
  11. Well, you can checksum the tables for starters...
  12. You can use FIND_IN_SET() to find the "3"... but I'm not sure what else you mean.
  13. Wait.. which statment throws that error?
  14. What does "not loading" even mean?
  15. FIXED AND SOLVED -- how?
  16. Well, what about $query?
  17. Drop the parens for the if... otherwise, it references the IF() function.
  18. that is latin1...
  19. We can't guess your statement or your table structures.
  20. And you've read the sticky in the child board already?
  21. OMG, seriously?
  22. Are these many-to-many relationships? You might actually be "joining" in multiple records.
  23. Isn't the second query covered by the first one?
  24. Then post the solution, please!!!
×
×
  • 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.