Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - PHP MySQL STATUS query
  
User name:
Password:
Reply:
 

UserPost
King_Killa
Posts: 18/117
oh, just stats from a single script...
Sandy53215
Posts: 636/948
No its more of a...

MySQL - queries: 14, rows: 11/13, time: 0.273 seconds.
King_Killa
Posts: 17/117
is this what you are looking for?

<?
$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
$status = explode(' ', mysql_stat($link));
print_r($status);
?>

that will display the status of mysql.
Sandy53215
Posts: 599/948
I have been looking for this for a while too. It seems that they are custom scripts I seen a few on google. Acmlm made one himself as well...
SyntaxLegend
Posts: 189/222
how does the status query work, ive looked and looked but to no avail. Can someone post an example of how the show status query works to count how many total queries have been done in the script
Acmlm's Board - I2 Archive - Programming - PHP MySQL STATUS query


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.004 seconds.