Re: Limit the database size

2003-02-18 Thread KH Chiu
Thank you very much for your information. I have encountered another problem if I use this approach. The problem is I can change the database directory to another group which has quota. However, whatever mysql create new table, it will use its configrated group (namely 'mysql' in Redhat default

re: Limit the database size

2003-02-18 Thread KH Chiu
Thank you very much for your information. Can you tell me more how to limit size of directory in Linux? I can only set quota for users or groups but not for directory. Thank you very much. > On Tuesday 18 February 2003 04:26, KH Chiu wrote: > > > I am planning to offer a free service that allo

re: Limit the database size

2003-02-18 Thread Victoria Reznichenko
On Tuesday 18 February 2003 04:26, KH Chiu wrote: > I am planning to offer a free service that allow users to use my server to > learn php and MySQL. I am a bit worry about if one of users (either > intentionally or unintentionally) get into infinite loop with insert > statement. It will quickly e

Limit the database size

2003-02-17 Thread KH Chiu
Dear all, I am planning to offer a free service that allow users to use my server to learn php and MySQL. I am a bit worry about if one of users (either intentionally or unintentionally) get into infinite loop with insert statement. It will quickly eat up the disk space and make my server unfu