Hello,
Sorry sorry, I know we're supposed to be in "code freeze" period, but I really needed this feature :) And it can't break anything anyway, because it's a new script, hacked in a few minutes tonight. (not sure if the html output is 100% correct: not checked yet)
Link ("Databases Statistics") is displayed on main.php3 only if the user may also access mysql.user (root). I hope you will also find it useful!
Greetings, Olivier
Hi Olivier,
-----Original Message----- Link ("Databases Statistics") is displayed on main.php3 only if the user may also access mysql.user (root). I hope you will also find it useful!
nice feature, but i think we should remove the 2 sorting arrows in the table view. (in the headline 'Database' and 'Total')
Regards,
On Wed, Aug 22, 2001 at 10:52:09AM +0200, Steve Alberty wrote:
Link ("Databases Statistics") is displayed on main.php3 only if the user may also access mysql.user (root). I hope you will also find it useful!
nice feature, but i think we should remove the 2 sorting arrows in the table view. (in the headline 'Database' and 'Total')
why then ? :) it shows that the first list is sorted alphabeticaly and the second based on db size. could also write that somewhere, but it would require 2 more $str strings.
Olivier
Hi Olivier,
-----Original Message----- why then ? :) it shows that the first list is sorted alphabeticaly and the second based on db size. could also write that somewhere, but it would require 2 more $str strings.
ah yes, sorry, i haven't recognize this, because i have test it on a server with databases they have lower and uppercase names mixed, and the lowercase names are always in the bottom of the list ....
i think its the order by mysql_list_dbs().
Regards,
Hi
-----Original Message----- Link ("Databases Statistics") is displayed on main.php3 only if the user may also access mysql.user (root). I hope you will also find it useful!
a little question, what is the second table (right side)
Top 19 , with descending order by size ? (why not top 20?)
Maybe we should write a little sentence over the tables, and also in lower resolutions like 800x600 the site shows a bit ugly.
and also i miss the total of all rows .... :-)
Regards,
On Wed, Aug 22, 2001 at 11:19:57AM +0200, Steve Alberty wrote:
Hi a little question, what is the second table (right side) Top 19 , with descending order by size ? (why not top 20?)
maybe because you only have 19 db's ? :) (I see 20 here)
Maybe we should write a little sentence over the tables, and also in lower resolutions like 800x600 the site shows a bit ugly.
mmm, what kind of browser do you use ? even looks fine in 640x480 here (ns4)!
and also i miss the total of all rows .... :-)
mmmm... add the rows of each different table and then ? don't really think it's a usefull information, do you ? :)
Olivier
Hi Olivier,
-----Original Message----- On Wed, Aug 22, 2001 at 11:19:57AM +0200, Steve Alberty wrote:
Hi a little question, what is the second table (right side) Top 19 , with descending order by size ? (why not top 20?)
maybe because you only have 19 db's ? :) (I see 20 here)
oops, perhaps i should a little bit sleep ;-)
Maybe we should write a little sentence over the tables, and also in lower resolutions like 800x600 the site shows a bit ugly.
mmm, what kind of browser do you use ? even looks fine in 640x480 here (ns4)!
IE5.
and also i miss the total of all rows .... :-)
mmmm... add the rows of each different table and then ? don't really think it's a usefull information, do you ? :)
I dont need this information, but however someone maybe needs this info? You use SHOW TABLE STATUS and its easy to add this information, but you are right it is not really important.
Regards,