DatabaseMySQLChange the MySQL Root User PasswordBy Quinn McHenry - 01233FacebookXPinterestWhatsApp Simple command for Changing the root user password for MySQL using mysqladmin. To change the MySQL root password to PaSsWoRd, use:mysqladmin -u root password PaSsWoRd