Mysql Query Varie: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
Nessun oggetto della modifica
 
Riga 2: Riga 2:
==Impostazione password==
==Impostazione password==
IDENTIFIED WITH mysql_native_password AS 'hash';
IDENTIFIED WITH mysql_native_password AS 'hash';

L'hash di default per le nuove versioni è
caching_sha2_password
Se presente, utilizzare questo.



[[Categoria:Database]]
[[Categoria:Database]]

Versione attuale delle 10:31, 8 giu 2026

Impostazione password

IDENTIFIED WITH mysql_native_password AS 'hash';

L'hash di default per le nuove versioni è

caching_sha2_password

Se presente, utilizzare questo.