RE: MySQL as Mailbox storage

2002-04-03 Thread Johnny Withers
I don't know about making 100 tables for 100 users, that doesn't sound like a good idea to me. Not that it won't work, it will work, but if you ever have to change the structure of your database due to a program change on the client end, you have to change 100 tables. I wrote something that goes

Re: MySQL as Mailbox storage

2002-04-02 Thread Kristian Köhntopp
Haryana wrote: > I have a job to make a mail server that store mail > data in mysql table. I was under the impression that the MySQL API does not have a proper BLOB interface. Access to data in a BLOB is limited by the max_packet parameter and therefore a BLOB larger than that cannot be retrieve