How do I reset a Password for a MySQL user?

For a regular MySQL user you can reset the Password with the SET PASSWORD command:

mysql> SET PASSWORD FOR 'owner' = PASSWORD('secret');
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.