Du skal indstille adgangskoden til example@sqldat.com at være blank. Der er to måder:
-
MySQL
SET PASSWORDkommando:SET PASSWORD FOR example@sqldat.com=PASSWORD(''); -- MySQL 5.x SET PASSWORD FOR example@sqldat.com=''; -- MySQL 8.x -
Brug af kommandolinjen
mysqladminværktøj:mysqladmin -u root -pType_in_your_current_password_here password ''