No users showing
I set my server up, logged in fine, playing just like normal, but I want to give my character admin rights.
In MySQL, its not showing my account in the users list. Its showing several "root" users but not the account im playing from. Any advice?
Edit: I figured it out, I had to find the database name. Went through these commands to give my toon admin.
mysql> use eqemu;
mysql> UPDATE account SET status = 255 WHERE charname = 'Chaosweaver';
mysql> quit;
|