Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread Bastien Koert
On Wed, Oct 29, 2008 at 9:29 PM, Lupus Michaelis <[EMAIL PROTECTED]<[EMAIL PROTECTED]> > wrote: > Bastien Koert a écrit : > > We used to do that here, and there was significant performance impact >> after >> the database got to be about 12Gb, with minor impact showing after only a >> few Gb. I en

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread Lupus Michaelis
Bastien Koert a écrit : We used to do that here, and there was significant performance impact after the database got to be about 12Gb, with minor impact showing after only a few Gb. I ended up having to write a script that stripped all the data from the Db into the file system. What engine d

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread Bastien Koert
On Wed, Oct 29, 2008 at 6:20 AM, vuthecuong <[EMAIL PROTECTED]> wrote: > > technically can I store flash file into Mysql DB using PHP? > what point should I pay attention for that? > Thank you > -- > View this message in context: > http://www.nabble.com/Newbie%3A-can-I-store-flash-file-into-Mysql-

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
Stut wrote: > > On 29 Oct 2008, at 10:32, vuthecuong wrote: >> >> Stut wrote: >>> >>> On 29 Oct 2008, at 10:20, vuthecuong wrote: technically can I store flash file into Mysql DB using PHP? >>> >>> Yes. >>> what point should I pay attention for that? >>> >>> The blob field type. >>>

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread Stut
On 29 Oct 2008, at 10:32, vuthecuong wrote: Stut wrote: On 29 Oct 2008, at 10:20, vuthecuong wrote: technically can I store flash file into Mysql DB using PHP? Yes. what point should I pay attention for that? The blob field type. But I would recommend against it. Why not store the file

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
Stut wrote: > > On 29 Oct 2008, at 10:20, vuthecuong wrote: >> technically can I store flash file into Mysql DB using PHP? > > Yes. > >> what point should I pay attention for that? > > The blob field type. > > But I would recommend against it. Why not store the files on disk and > only st

Re: [PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread Stut
On 29 Oct 2008, at 10:20, vuthecuong wrote: technically can I store flash file into Mysql DB using PHP? Yes. what point should I pay attention for that? The blob field type. But I would recommend against it. Why not store the files on disk and only store the filenames in the DB? -Stut

[PHP] Newbie: can I store flash file into Mysql DB

2008-10-29 Thread vuthecuong
technically can I store flash file into Mysql DB using PHP? what point should I pay attention for that? Thank you -- View this message in context: http://www.nabble.com/Newbie%3A-can-I-store-flash-file-into-Mysql-DB-tp20224150p20224150.html Sent from the PHP - General mailing list archive at Nab