Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I keep getting MySQL authentication errors on the server perl scripts, whats wrong?

0
Posted

I keep getting MySQL authentication errors on the server perl scripts, whats wrong?

0

This error mostly shows up when you are using MySQL server version 4.1.12 or higher because MySQL changed their default authentication method. The error is usually displayed as: “Client does not support authentication protocol requested by server consider upgrading MySQL” There are two ways to fix this. First you could simply start your mysqld server with the “-old-passwords” option, or you can reset the passwords for each login to old state through the mysql client prompt like this: “UPDATE mysql.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123