View Single Post
  #10  
Old 02-05-2004, 12:26 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

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
__________________
Maybe I should try making one of these servers...
Reply With Quote