... not sure what I did this time as opposed to the two times in between reinstalling everything, but either way, it works! Woots!
I set myself as Server OP last time around, and was planning on doing the same this time, but when I follow these directions:
Quote:
Create ServerOP
After verifying that you can connect to your server, you are ready to create a ServerOP user for your server. This user has more power than the Lead-GM, so be careful in choosing your serverop (how about choosing yourself?).
When you have chosen your serverop, logon to your server from EQ at least once, using the account chosen to be ServerOP.
Open mysql in DOS once again (mysql -u test -p eq) and enter in the following command:
NOTE: Replace "User" with the name of the forum account who will be logging in as ServerOP.
NOTE: The password can be anything you wish, but will only be used for an advanced feature (telnet) - THIS PASSWORD IS NOT USED TO LOGON TO EQEMU FROM INSIDE EQ!
NOTE: Do not use a tick mark (') in your password
update account set status=200, password='BobsPassword' where name='SuperDuperBob';
You should see the following:
Code:
mysql> update account set status=200, password='BobsPassword' where name='SuperDuperBob';
Query OK, 1 row affected (0.00 sec)
|
I get an error (1064: You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'password=x where name=myservername update account) as far as I know ... (I'm still very new to all of this) I'm doing things the same as I did the first time around, but that probably isn't true because its not working ...
Feedback?