mysql & blobs

2004-05-24 Thread Jonas Lindén
Hello, I tried dumping my innodb tables that contain blobs. No errors are returned from mysqldump but I cannot restore the blob data. I have used the below mysqldump statement. mysqldump --opt --add-drop-table --force --single-transaction -uxxx -pxxx --databases myDB >> bakupFile I restore

Re: Howto: insert PHP code into mysql blobs

2002-04-12 Thread Kittiphum Worachat
> Just a noob question... (I suppose) > > When I try just putting php code in my insert query, it goes like this: > > insert into mytable values('') > > select * from mytable, returns: > Some string > > Any help would be greatly appreciated! > I think if you write php code in to text file (or php

Howto: insert PHP code into mysql blobs

2002-04-11 Thread Torkil Johnsen
Just a noob question... (I suppose) When I try just putting php code in my insert query, it goes like this: insert into mytable values('') select * from mytable, returns: Some string Any help would be greatly appreciated! - B