U moet het wachtwoord instellen voor [email protected]
leeg zijn. Er zijn twee manieren:
-
De MySQL
SET PASSWORD
commando:SET PASSWORD FOR [email protected]=PASSWORD(''); -- MySQL 5.x SET PASSWORD FOR [email protected]=''; -- MySQL 8.x
-
De opdrachtregel gebruiken
mysqladmin
hulpmiddel:mysqladmin -u root -pType_in_your_current_password_here password ''