I'm switching my app from using SQLite to MySQL. It works with SQLite and it's not working now that I've changed it to use MySQL. Here's the error message I'm getting:
Message: SQLSTATE[HY000] [2000] mysqlnd cannot connect to MySQL 4.1+ using old authentication
What does this mean?
Note: I'm running this locally running Snow Leopard, trying to access a remote database.
It's also dumping my username and password to the screen in plain text in the request parameters which is a little unsettling.