PDA

View Full Version : binary data storage


tiger610
07-29-2002, 09:21 AM
hi everybody,

I am newbies in php and mysql.
Any ideas to upload and download binary data to/from mysql server??

I just wodner if I do all binary data onto the database will crash the server...... isn't it??

Thanks.

Regards,
Andrew

xajckop
07-30-2002, 05:22 PM
my advice is NOT TO store the binary data into the database/tables; store the path to them.

i think you could not crush the mysql server, but you could really SLOW him DOWn if the binary file is too large: you must espect several hits for the same thing, at the same time