Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. It'll annoy people, and then alot of people won't bother using the service if they can't get any help? If people expect ANYTHING in terms of reliability from a FREE service, they're fooling themselves. It's an illusion. Gmail can turn off tomorrow, delete all of your e-mail, not tell you, and it's your fault, not theirs. Well if Gmail did close tomorrow they would be up for a lot of legal costs as part of the gmail contract is that they will provide 99.5% uptime and if they break that contract a lot of people would sue google. As it is people almost sued google when did went down for a few hours but google argued because it only effected 25% of the customers therefore they could be down 4 times the time mentioned on the contract. Lucky <blank> See Mchl's post -- Google owes nothing to anyone.
  2. It'll annoy people, and then alot of people won't bother using the service if they can't get any help? If people expect ANYTHING in terms of reliability from a FREE service, they're fooling themselves. It's an illusion. Gmail can turn off tomorrow, delete all of your e-mail, not tell you, and it's your fault, not theirs.
  3. Or what? It's a free service.
  4. Not sure what you're trying to do... multi-valued insert statement?
  5. Don't store comma-separate values.
  6. Why are you single quoting everything????
  7. Yeah, it's the whole 1970 vs epoch thing.
  8. MySQL won't combine individual column indexes for FULLTEXT -- use the combined one.
  9. Bad idea - just have a single rss table.
  10. Check mysql_error() after the offending query.
  11. Sorry, we (myself & mysql) don't believe it. LEFT JOIN and I'll bet you'll see NULLs.
  12. I think you can simply using RENAME DATABASE as of version 5.something -- check the refman.
  13. That's because you're likely running in strict mode -- if you say something has to be a string, and you don't insert anything, and the default isn't a string, then that's considered data corruption.
  14. fenway

    UserID

    You're missing AUTO_INCREMENT.
  15. Like I said... echo the full query.
  16. Well, since you're named the index the same, you need to drop the other one first -- or give it a different name.
  17. Don't double-post -- first & last warning.
  18. If you're talking about auditing, you'll need to have the DB wrapper log this somehow (triggers, inserts, meta data, query logs, etc.) and then report it yourself.
  19. Then there are no matches in the non-leading tables.
  20. fenway

    Sorting

    What does that even do? OP: you're talking about paging nwo?
  21. Echo the ACTUAL query you're sending to the server -- and you'll see.
  22. Then update a "modified" field, and check that afterwards.
×
×
  • 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.