U moet het wachtwoord instellen voor example@sqldat.com leeg zijn. Er zijn twee manieren:
-
De MySQL
SET PASSWORDcommando:SET PASSWORD FOR example@sqldat.com=PASSWORD(''); -- MySQL 5.x SET PASSWORD FOR example@sqldat.com=''; -- MySQL 8.x -
De opdrachtregel gebruiken
mysqladminhulpmiddel:mysqladmin -u root -pType_in_your_current_password_here password ''