Quote:
Originally Posted by Chicomalo
ERROR 1054: Unknown column '*******' in 'field list'
|
What I meant was for you to put the password (in quotes) where the ****** was. So if the password is fubar you would type:
Code:
use eq
update account set password='fubar',status=175 where name like 'arkilian';
notice that fubar is between quotes (')
This is a method to change a record using mysql