can someone help me on how to Insert pdf document into MySQL using PHPMyAdmin?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bethifUL13
    New Member
    • Dec 2011
    • 6

    can someone help me on how to Insert pdf document into MySQL using PHPMyAdmin?

    i tried using longblob but an error occured and it says:
    Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1648711 bytes) in D:\wamp\phpmyad min\tbl_replace .php on line 275

    i think the file is too big
    how can i fix it?
    someone help me?
    :(
  • mwasif
    Recognized Expert Contributor
    • Jul 2006
    • 802

    #2
    You need to increase PHP memory limit.

    Comment

    • bethifUL13
      New Member
      • Dec 2011
      • 6

      #3
      thanks.. but how can i do it?

      Comment

      Working...