mysql server stats
#2

The whole concept is wrong here, you can't just make a table that is supposed to contain only 1 row. To get those stats, you can query the tables and get your results, for example total users:
PHP код:
 mysql_tquery(g_SQL"SELECT count(*) AS taccounts FROM `users`""Server_Stats_Load"); 
Now `taccounts` contains the number of users.
Reply


Messages In This Thread
mysql server stats - by KinderClans - 20.09.2018, 13:23
Re: mysql server stats - by iLearner - 20.09.2018, 13:48
Re: mysql server stats - by KinderClans - 20.09.2018, 13:57
Re: mysql server stats - by NaS - 20.09.2018, 15:12
Re: mysql server stats - by KinderClans - 20.09.2018, 15:16
Re: mysql server stats - by NaS - 20.09.2018, 15:17
Re: mysql server stats - by KinderClans - 20.09.2018, 15:32
Re: mysql server stats - by ReD_HunTeR - 20.09.2018, 19:08
Re: mysql server stats - by KinderClans - 20.09.2018, 19:19
Re: mysql server stats - by NaS - 20.09.2018, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)