"how to insert a file in mysql database?" Code Answer

5

the blob datatype is best for storing files.

  • see: how to store .pdf files into mysql as blobs using php?
  • the mysql blob reference manual has some interesting comments
By Krishnanunni Jeevan on January 30 2022

Answers related to “how to insert a file in mysql database?”

Only authorized users can answer the Search term. Please sign in first, or register a free account.