Mysql Quota

2006-03-19 Thread Cem Kamil Külekçi
Hi, I want to give quota each user's accounts. I think this is possible cause I saw lots of hosting company do that but couldn't find anything about that. Is there anyone know how I can put qouta on mysql? or is there any way to move user's data file to its own directory (disk quota)? thanks Cem

Re: MySQL quota problem

2005-01-21 Thread Heikki Tuuri
- Original Message - From: ""Iavor Stoev"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Thursday, January 20, 2005 6:48 PM Subject: MySQL quota problem --=_NextPart_000_0136_01C4FF1E.93A25E50 Content-Type: text/plain; charset="koi8-

Re: MySQL quota problem

2005-01-20 Thread Arjen Lentz
is > started that waits again, etc until the max threads are full and the > MySQL server does nothing until it is restarted or the quota for the > problem database is increased. > > Can anyone tell me is there a working solution for MySQL quota per > database or a patch to return disk

MySQL quota problem

2005-01-20 Thread Iavor Stoev
problem database is increased. Can anyone tell me is there a working solution for MySQL quota per database or a patch to return disk exceed error and not wait ? Because in my case the MySQL can`t write only to one database, all other hundreds of databases are operational, but server dies fo

Re: mysql quota

2002-11-07 Thread Insanely Great
I think you can set a max quota for a table. Insane - Original Message - From: "Henry Umansky" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 21, 2002 8:08 PM Subject: mysql quota > I want to let users on my system use MySQL, but I want th

mysql quota

2002-10-21 Thread Henry Umansky
I want to let users on my system use MySQL, but I want them to have some sort of quota. Is there anyway to create a max database size with MySQL? I could just chown the directory in /var/lib/mysql, but that means I would have to create a username for each person and set filesystem quota. I re

Re: MYSQL Quota

2002-08-22 Thread Chad Kellerman
Alex, Mysql does not do quota for users (atleast as far as I know). But I read once in sysadmin mag that an programmer at an isp wrote a mysql quota daemon. The article is not on the web but here is the issue: http://www.sysadminmag.com/articles/2002/0202/ There is a link on the left

Re: MYSQL Quota

2002-08-22 Thread Victoria Reznichenko
Alex, Thursday, August 22, 2002, 4:54:01 AM, you wrote: AJ> We want to set quota per user. Is that possible on MySQL ? If so AJ> how can that be done? Depends on what you want to limit per user. Some info you can find here: http://www.mysql.com/doc/en/User_resources.html -- For technic

MYSQL Quota

2002-08-21 Thread Alex John
Hi, We want to set quota per user. Is that possible on MySQL ? If so how can that be done? Alex - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the lis

Re: Mysql Quota Support/DB Size Limitations

2001-05-11 Thread Dan Nelson
In the last episode (May 10), Nathan Boley said: > Hi, I was interested in implementing size limitations on specific > databases. I've searched the mysql docs for an mention of quota > support, but I am not able to find any. I found that by chown the > individual database directories and their fi

Re: Mysql Quota Support/DB Size Limitations

2001-05-10 Thread Paul DuBois
At 10:23 PM -0700 5/10/01, Nathan Boley wrote: >Hi, I was interested in implementing size limitations on specific databases. >I've searched the mysql docs for an mention of quota support, but I am not >able to find any. I found that by chown the individual database directories >and their files an

Mysql Quota Support/DB Size Limitations

2001-05-10 Thread Nathan Boley
Hi, I was interested in implementing size limitations on specific databases. I've searched the mysql docs for an mention of quota support, but I am not able to find any. I found that by chown the individual database directories and their files and then chmod them to be world readable I can access