Lost MySQL Admin Password
If you’ve lost the MySQL admin password, you can reset it by following these steps: Stop the MySQL server: sudo systemctl stop mysql Start the MySQL server with the –skip-grant-tables option to skip the permission check: sudo mysqld_safe –skip-grant-tables & Connect to the MySQL server as the root user without a password: mysql -u root … Read more