database:mysql:password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

database:mysql:password [2021/03/11 10:22] – created - external edit 127.0.0.1database:mysql:password [2025/06/26 13:38] (current) tplecko
Line 8: Line 8:
 ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password  BY 'mypass'; ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password  BY 'mypass';
 </code> </code>
 +'mysql_native_password' is deprecated and will be removed in a future release. Please use caching_sha2_password instead
 <code> <code>
 SHOW VARIABLES LIKE 'validate_password%'; SHOW VARIABLES LIKE 'validate_password%';
  • database/mysql/password.1615454549.txt.gz
  • Last modified: 2021/03/11 10:22
  • by 127.0.0.1