Sent:
On CMD_DB it is listing "Number of Users" as 0. Before we added a user to them they were -1. Where does it get the number from?
Response:
Hello,
The system account is going to be on all databases, but it doesn't show up in the list.
If it's missing, and there are 0 user_dbuser accounts, then it will show -1.
If you delete the database, and create the whole thing again, then DA will add the system account to the mysql.db table, and you'll get a proper count (or manually add it through phpmyadmin without deleting the db)
Thank you,
John