Matthew Benjamin wrote: > Can anyone tell me how to insert a file (BLOB) into a mysql database, > from the command line NOT from a webpage. > If the file is in the proper format, you can try something like: mysql -u <user> -p < BLOB or mysql -u <user> -p <database> < BLOB I have used this with mysql backups before. If you do not need a password, then skip the -p option. If you use it, you will be prompted for the password. Mikkel -- Do not meddle in the affairs of dragons, for thou art crunchy and taste good with Ketchup! -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list