View Single Post
  #1  
Old 12-20-2020, 10:10 PM
Insomnium1
Fire Beetle
 
Join Date: Dec 2020
Location: NC
Posts: 3
Default 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;
Reply With Quote