Hi all,
Quick question... I am storing jpegs as blobs in a mysql table, which is
fine on my live server because I am just uploading them using phpmyadmin
(I am working with a small number of images that will rarely change and
thus do not have a need for an upload script). My problem is I do all
my testing on my local host where I do not have phpmyadmin, I do
everything with mysql through the command prompt. How can I insert rows
of binary data (jpegs) into my table through the command prompt? Thanks
very much in advance.
Marcus
Quick question... I am storing jpegs as blobs in a mysql table, which is
fine on my live server because I am just uploading them using phpmyadmin
(I am working with a small number of images that will rarely change and
thus do not have a need for an upload script). My problem is I do all
my testing on my local host where I do not have phpmyadmin, I do
everything with mysql through the command prompt. How can I insert rows
of binary data (jpegs) into my table through the command prompt? Thanks
very much in advance.
Marcus
Comment