Menu

#1 Admin login

Stable
open
Database (1)
5
2004-04-17
2004-04-17
Andre Cohen
No

In the release phpstat-1b the Admin login does not work
because it was never entered into the database. To be
able to access the admin menu using the 'root' user add
the following mySql query.

INSERT INTO `stat_user` VALUES (32, 'root', '0000-00-00
00:00:00', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, '0', 0,
'', 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 'root', '', 1);

The default password will be 'root'.

Discussion


Log in to post a comment.