|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hi, I am new at this and am trying to change the password for some of the clients in the database.
I am using the script as follows. update authuser set passwd=ralph where id=2; This brings back an error Unknown column 'ralph' in 'field list' can someone tell me what the proper syntax is. |
|
#2
|
|||
|
|||
|
Try
passwd = 'ralph' |
|
#3
|
|||
|
|||
|
try this
hello frnd
see if it works.... as the password is stored in the encrypted format so...try this: update authuser set passwd=password('ralph') where id=2; |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > changing password for login page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|