Does anyone know how or where to set the maximum size limit on a per user basis for their db? This is not for a table, but for their entire db.

example:
GRANT ALL ON usera.* TO [EMAIL PROTECTED] IDENTIFIED BY "password" WITH max_db_size=5M;


Therefore, usera would be limited to 5 megs of entire db usage but can have as many tables as they need.

TIA,

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to