@DustinB3403 said in MySQL MariaDB password reset without knowing the password:
Just still seems weird to have the password in plaintext on in a config file.
has to be somewhere, how else can an application connect? Look at WordPress, for example, you have to enter the password into the application so that the application can connect to the database. Otherwise, the database would have to have no password protection at all or you'd need a human to log in and enter the password every time a database connection was needed (which is normally thousands of times a minute.)