Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Minus the colons, sure -- are there no other tables?
  2. What's "it"?
  3. I don't what what vertigo is -- nor does it matter. Icons don't mean anything. Tools don't mean anything. Go to the command line, and try to connect to the server. Start the service, and see if it's started. There's nothing simpler than that.
  4. You're not listening to anyone offering help. Both servers cannot be working fine if they're running on the same port.
  5. You need to verify that you actually know how your mysql server is configured, and that those settings match on both sides.
  6. Go back after how long? When do you want it to be random again? How did you decide it should be random the first time?
  7. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=345432.0
  8. And have you posted that EXPLAIN for us to review?
  9. Since you haven't shown us anything, it's impossible to say.
  10. Or, use SQL_NO_CACHE.
  11. Well, there are other full-text searching options. And MEMORY tables aren't terrible, provided there aren't many.
  12. Well, you can't use "USING" in place of joins.
  13. LEFT JOIN without "IS NULL" isn't equivalent to "NOT IN".
  14. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=345300.0
  15. Well, the temporary table is still on disk. Granted, you'll save the random disk I/O on the larger table.
  16. Good luck -- you'll seriously need it.
  17. Yes, the number of rows increases -- the count isn't stored anywhere. I don't understand your table layout, though.
  18. I assumed that's what you started with, and were looking for a better solution -- juddster's advice was appropriate.
  19. You're confused -- there is no such limitation.
  20. Spreadsheets are bad because they're not meant for storing relationships.
  21. What?
  22. Sorry, what dosen't work?
  23. No, it's not -- "local host" is not the same as "localhost".
  24. Each one of those "entities" needs to be a separate table.
  25. That shouldn't take a full second.
×
×
  • 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.