sql >> Database teknologi >  >> RDS >> Mysql

Klienten understøtter ikke godkendelsesprotokol anmodet af serveren

løsningen er at opdatere databasebrugerens adgangskode ved hjælp af OLD_PASSWORD-funktionen i MySQL. For eksempel:

[[email protected] ~]$ mysql -u root -p mysql

Enter password:
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 267
Server version: 5.1.41-3ubuntu12.1 (Ubuntu)

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> use mysql;
Database changed

mysql> update user set Password=OLD_PASSWORD('password') WHERE User='username';

Query OK, 0 rows affected (0.02 sec)
Rows matched: 0  Changed: 0  Warnings: 0

mysql> flush privileges;

Query OK, 0 rows affected (0.00 sec)

mysql>


  1. Hjælp til fejlfinding SqlException:Timeout udløb ved forbindelse, i en situation uden belastning

  2. Dynamisk PL/SQL-forespørgsel, hvordan ignorerer man null-parametre?

  3. MySQL:Forståelse af kortlægningstabeller

  4. Skinner, der skaber schema_migrations - Mysql2::Fejl:Den angivne nøgle var for lang