There seems to be a problem with the administrator
account. It won't login. I've even tried manually
changing the Administrators password in mysql but it
won't let me saying:
mysql> update users SET Password=PASSWORD ('welcome')
WHERE users='Administrator';
ERROR 1054: Unknown column 'users' in 'where clause'
The only thing I can think of is that I had to change
my db.php file in order to get this thing to work so
maybe I made an invalid change?
I can log into my database as my root user just not
through the admin console
W0rd