Re: How could i check the following values in MySQL Server 5.0

2008-10-27 Thread Moon's Father
Setting is difficult but checking is simple. On Thu, Oct 9, 2008 at 9:26 PM, Amit Sharma <[EMAIL PROTECTED]> wrote: > Hi Sudhir, > #show table status command will give you most of what all is required. Have > a look at the results & post any further query if you have. > > Regards, > Amit Sharma >

Re: How could i check the following values in MySQL Server 5.0

2008-10-24 Thread Moon's Father
Any additional tools will satisfy your demand. On Mon, Oct 13, 2008 at 7:34 PM, Sudhir Menon <[EMAIL PROTECTED]> wrote: > My reply was with regards to the answer in this post. > http://lists.mysql.com/mysql/214827 > > Anyways thanks for the concern from your end.. Mike :) My query was > answered

Re: How could i check the following values in MySQL Server 5.0

2008-10-13 Thread Sudhir Menon
My reply was with regards to the answer in this post. http://lists.mysql.com/mysql/214827 Anyways thanks for the concern from your end.. Mike :) My query was answered. Thanks & Regards Sudhir Menon

Re: How could i check the following values in MySQL Server 5.0

2008-10-10 Thread mos
At 09:11 AM 10/10/2008, Sudhir Menon wrote: Thanks Amit ... Thanks & Regards Sudhir Sudhir, What following values? I think you're missing part of your post. (send text only) Mike -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

How could i check the following values in MySQL Server 5.0

2008-10-10 Thread Sudhir Menon
Thanks Amit ... Thanks & Regards Sudhir

Re: How could i check the following values in MySQL Server 5.0

2008-10-09 Thread Amit Sharma
Hi Sudhir, #show table status command will give you most of what all is required. Have a look at the results & post any further query if you have. Regards, Amit Sharma On Thu, Oct 9, 2008 at 6:44 PM, Sudhir Menon <[EMAIL PROTECTED]> wrote: > Hi all, > > I would like to check or set the followi

How could i check the following values in MySQL Server 5.0

2008-10-09 Thread Sudhir Menon
Hi all, I would like to check or set the following values in MySQL Server . How can that be done ? 1. MySQL Database Free Space for any database. 2. Maximum Database size allowed. 3. Calculate Index Size. 4. Maximum table size 5. Free table space 6. Free Index space 7. Calculate Table size T