|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#31
|
|||
|
|||
|
hey guys i need some help with setting windows 2003 IIS with mysql 5 what do i do to rewire the password thingie??
|
|
#32
|
||||
|
||||
|
Quote:
Are you getting the exact same error message as the title of this thread? if so read through the thread. If not your question does not belong in this thread.
__________________
MySQL - reformat varchar dates to proper date type || MySQL - room vacancies || output results with column names with mysql only Latest row per group || Deleting duplicates || Gaps in auto increment column My site: sql help articles |
|
#33
|
|||
|
|||
|
Go to MySQL Command Prompt and write:
mysql> UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') -> WHERE Host = 'some_host' AND User = 'some_user'; mysql> FLUSH PRIVILEGES; This will reset the password to pre-4.1 style password. And it will compatible for working with PHP. ![]() |
![]() |
| Viewing: Dev Shed Forums > Databases > MySQL Help > Client does not support authentication protocol (was "Need Help MySQL Errors") |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|