LOAD_FILE
Read a file from the server. This function reads the content of a file located on the server host and returns it as a string.
Syntax
LOAD_FILE(file_name)Description
Examples
UPDATE t SET blob_col=LOAD_FILE('/tmp/picture') WHERE id=1;See Also
Last updated
Was this helpful?

