Mysql
 sql >> Datenbank >  >> RDS >> Mysql

MySQL-Root-Passwort ändern

SET PASSWORD FOR 'root'@'localhost' = PASSWORD('mypass');
FLUSH PRIVILEGES;