View Single Post
  #3  
Old 03-25-2004, 09:47 AM
bbaker1980
Fire Beetle
 
Join Date: Mar 2004
Posts: 20
Default

Quote:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Brian>CD\

C:\>cd mysql

C:\mysql>mysql -u test -p eq
Enter password:
ERROR 1045: Access denied for user: 'test@localhost' (Using password: NO)

C:\mysql>mysql -u bbaker1980 -p eq
Enter password: *****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 41 to server version: 4.0.18-nt

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> update account set status=200, password=test where name=Collective's NON-
Legit;
'> update account set status=200, password=test where name=Collective's NON-
Legit;
ERROR 1064: You have an error in your SQL syntax. Check the manual that corresp
onds to your MySQL server version for the right syntax to use near ''s NON-Legit
;
update account set status=200, password=test wher
mysql>
The first time I typed it - I got nothing ... so I retyped it and got the error ... one other question, should I be in C:\MySQL -or- C:\MySQL\bin ?

/duck
Reply With Quote