vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| [snip] How do i insert a file in a blob field from the command line ? [/snip] From http://dev.mysql.com/doc/refman/5.0/...functions.html mysql> UPDATE t SET blob_col=LOAD_FILE('/tmp/picture') WHERE id=1; |