Devi impostare la password per example@sqldat.com essere vuoto. Ci sono due modi:
-
Il
SET PASSWORDcomando:SET PASSWORD FOR example@sqldat.com=PASSWORD(''); -- MySQL 5.x SET PASSWORD FOR example@sqldat.com=''; -- MySQL 8.x -
Utilizzando la riga di comando
mysqladminstrumento:mysqladmin -u root -pType_in_your_current_password_here password ''