Mysql
 sql >> डेटाबेस >  >> RDS >> Mysql

क्लाइंट सर्वर द्वारा अनुरोधित प्रमाणीकरण प्रोटोकॉल का समर्थन नहीं करता

समाधान MySQL के OLD_PASSWORD फ़ंक्शन का उपयोग करके डेटाबेस उपयोगकर्ता के पासवर्ड को अपडेट करना है। उदाहरण के लिए:

[[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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. % के स्थान पर MySQL में एक वर्ण का मिलान कैसे करें?

  2. ZF2 - संपूर्ण शब्द खोजों के लिए MySQL Regex

  3. चयन ''-'' का अर्थ क्या है

  4. mysql तालिका में डुप्लिकेट मान कैसे हटाएं?

  5. अजाक्स फॉर्म सबमिट बटन के साथ सबमिट करें