Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/27/2013 in all areas

  1. Because you can only have one active account at a time, and you requested to delete raspina. The account saharnaz has been unsuspended. Let us know once it has been deleted and we can unsuspend cyrus717.
    1 point
  2. http://heliohost.org/home/support/scripts/delete doesn't work on accounts that are suspended. The account raspina has been unsuspended so you can delete it yourself. Once it's deleted let us know and we can unsuspend the next for you to delete.
    1 point
  3. Could you be more specific please? We do not offer setting NS records for heliohost.org subdomains, if that's what you are asking.
    1 point
  4. Kangtomo and lancersupraskyline are trying to point out that storing the images in the database is the worst possible way to do it. As a developer myself, I fully agree with them. Binary files do not belong in databases. I would recommend taking the images out of the database and just saving them as files. There's no advantage to putting them in the database, and in fact it actually decreasesthe performance of your application. It also makes your application use more server resources, and databases with BLOBs are more difficult to back up as well (often due to size, but I've seen cases where the .sql file doesn't store the BLOB correctly when the DB is exported). The reason they both keep saying to research is because researching would have found numerous other people saying not to do this, such as those linked in lancesupraskyline's post above.
    1 point
×
×
  • Create New...