Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. You've resurrected a thread from a year ago -- start a new topic.
  2. I don't understand the question.
  3. 64MB packet size? Why? Post the query, and the explain output, the create table, and the size of the data/index files.
  4. Usually you store both side of a link, one pair per row.
  5. Those sound like PHP errors..
  6. What was wrong with your initial code?
  7. You mean by rounding?
  8. mysqlfreaks was hacked -- most, if not all, of the content I contributed was lost -- along with many other valuable members. We were homeless, so we moved here.
  9. The comment was with respect to aliases, not column lists. "Extra data" is fine for normal, under-utilized sites -- besides, most DB wrappers can help you.
  10. Unfortunately, that's hard-coded in the source.
  11. That depends if you have a truncate/drop statement in there. And make sure your text editor is unicode-aware.
  12. There is still a way to do this with locate, but two columns is better anyway.
  13. One row per entity is absolutely required.
  14. You can reset auto-increment.
  15. SUBSTRING_INDEX() is your friend.
  16. Because typing doesn't cost anything but clarity.
  17. TCPDF ????
  18. INSERT IGNORE?
  19. If you asking how to pass parameters via a URL, this is the wrong forum.
  20. How and why? have you consulted the mysql refman yet?
  21. Then put whatever words you want to be searchable in a dedicated column, and use FULLTEXT.
  22. Because you can store it there, if you prefer -- it's just not advisable.
  23. And with mysql_connect(), this user works?
  24. If you never need to access data from multiple clients, then sure, why not, different DBs is just fine.
  25. Not PHP -- use SUBSTRING_INDEX().
×
×
  • 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.