Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. That's PHPMyAdmin -- but surely you're not giving your users access to add fields.
  2. That's because you want a UNION, not a JOIN.
  3. Not sure what you mean by doesn't work.
  4. I respectfully disagree -- I've yet to find one that I would recommend.
  5. Just remember that group_concat has a very small max length by default.
  6. Since you're passing it a recordset, it necessarily pertains to that recordset. If you re-use a variable, then it's the last one -- so flowpaths can mess with you. Obviously, a cleaner code layout would help you see that. But different variables names will prevent scoping errors, too.
  7. I'm not sure why you expect the EXPLAIN to be any different.
  8. You're right -- then this board really isn't for you. But that error message is quite clear -- and what likely happened is that without the log, it decided to rollback, or otherwise remove, any data that it couldn't account for in the log.
  9. Try the EXPLAIN for the query withing ordering.
  10. Since your script will be doing the substitution, mysql will have no idea -- and you can store any text you want in a string field.
  11. Tally in what way?
  12. Using it says "using password :YES/NO".
  13. Fifth relative to what?
  14. So no matter what you get for innodb_recovery, you get the same messge in the log? can't be.
  15. OK -- so if you have the value from "val", then what's the problem?
  16. Well, yes, that's significant -- did you follow the instructions in the link provided?
  17. Sorry, didn't see that _object call -- bizarre. Table structure?
  18. select * from table1 inner join table2 using ( recno) where recno = '<whatever>'
  19. When's the last time you ran ANALYZE TABLE?
  20. I don't see anything retrieving the column values.
  21. By "can't", I mean conceptually.
  22. I'm just wondering if somehow you have 2 datadirs, one of which isn't being referenced by the my.cnf file.
  23. And you're certain that the innodb data dir is pointing to the correct place?
  24. If "SHOW TABLE STATUS" doesn't show any innodb tables, then you don't have any. Does your my.cnf have "skip-innodb"?
×
×
  • 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.