Code:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corporation
C:\Documents and Settings\Administrator>cd..
C:\Documents and Settings>cd..
C:\>cd mysql
C:\mysql>cd bin
C:\mysql\bin>mysql -u fimpa
ERROR 1045: Access denied for user: 'fimpa@localhost' (Using password: NO)
C:\mysql\bin>mysql -u fimpa -p
Enter password: *****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19 to server version: 4.0.21-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use eq;
Database changed
mysql> update account set status=250 where name='fimpa';
Query OK, 0 rows affected (0.00 sec)
Rows matched: 1 Changed: 0 Warnings: 0
mysql> select name,status from account;
+-------+--------+
| name | status |
+-------+--------+
| fimpa | 250 |
+-------+--------+
1 row in set (0.01 sec)
mysql>
Still cant use GM commands, do i write it correct when i hit enter and write #summonitem 1004?
Perhaps i should remake the database? or just an new account?
Thx in advance
Marratook