|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate 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
|
|||
|
|||
|
Am I missing something with this attempt to change the password on mysql (this is on NT):
SET PASSWORD FOR root = PASSWORD("newpass"); gives error parse error near PASSWORD FOR root = PASSWORD("newpass"); Any ideas? Thanks...Stephen |
|
#2
|
|||
|
|||
|
Hello,
Try this one: Update user set Password=Password('xxxxxxx') where user='root'; ...and then restart the server for it to take effect. |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Password setting |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|