sql >> Databáze >  >> RDS >> Mysql

Klient nepodporuje ověřovací protokol požadovaný serverem

řešení je aktualizovat heslo uživatele databáze pomocí funkce OLD_PASSWORD MySQL. Například:

[[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. Laravel Migrations – Problémy při vytváření časových razítek

  2. Struktura databáze Drupal – efektivní/neefektivní?

  3. zahrnout třídu Jfactory do externího souboru php, Joomla

  4. Jak zvýraznit záznamy nebo hodnoty v sestavě Microsoft Access pomocí podmíněného formátování