mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-10 07:52:26 +00:00
Correct column name based on account table schema
parent
2e1f324773
commit
83cbbb1540
@ -9,7 +9,7 @@ For example, in linux step three would look something like this:
|
|||||||
|
|
||||||
$ mysql -u my_db_username -p
|
$ mysql -u my_db_username -p
|
||||||
mysql> use eqemu;
|
mysql> use eqemu;
|
||||||
mysql> UPDATE account SET status = 255 WHERE name = 'my_character_name';
|
mysql> UPDATE account SET status = 255 WHERE charname = 'my_character_name';
|
||||||
mysql> quit;
|
mysql> quit;
|
||||||
|
|
||||||
In this example, `my_db_username` is the username that you set for the mysql database during server installation and `my_character_name` is the name of the character you setting to GM status.
|
In this example, `my_db_username` is the username that you set for the mysql database during server installation and `my_character_name` is the name of the character you setting to GM status.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user