If you are using Navicat then load that and open up the Logon entries. In the Logon database you should see an entry titled "accounts". In this entry you will see the information of all the accounts on your private server.
This information includes the following, all of it is editable but some of it you should not edit, because you don't need to. Note that with some entries in MySQL the entry should either be a 0, or a 1. 0 means false, 1 means true.
- Acct - This is the number of the account selected, this goes down in a sequence so the next one would be 2, then 3, then 4, etc etc.
- Login - This is the username for the account.
- Password - This is the password for the account.
- Encrypted_password - This is the encrypted version of the password, I can only assume this would be in md5 hash (as most MySQL passwords are).
- Gm - This entry controls what GM power a user has. If it's empty, they are not a GM. An entry of "az" means they have full access to all GM/admin commands in-game. There are different levels of commands (from A to Z, I assume) but I don't know them all and they have changed since older versions of Ascent.
- Banned - This is fairly obvious. An entry of "0" means the account isn't banned, an entry of "1" means they are.
- Lastlogin - The time when that account logged in. Doesn't need to be modifed.
- Lastip - The last IP address that logged into this account.
- Email - The e-mail address of the person. Not necessary for the account to work.
- Flags - This is what type of account that have. I am not sure of all the commands. I think 1 means non-BC, 8 means BC is activated and 40 means WotLK is activated (on that one account, not all of them).
- forceLanguage - Most common is enUS, I also assume it can be enGB and probably other languages too. I don't know if this is just for what language they view the game in or if this is for region too.
- Muted - As with banned it's either 0 or 1. 0 means they're not muted, 1 means they are muted.
There may be more but I got those from a few pictures I found (because I don't have any repacks on my laptop anymore, can't be screwed downloading any atm and haven't the time to install them just for this purpose). Hope that helped.