My problem isn't really related to PHP, though I use it to connect to a MySQL database on a Windows box. I am migrating things over to a Red Hat box using MySQL 3.23.49. My problem lies with the new box. I can start the server fine and log in using the generic mysql account plus one I have created, though I do not have administrative rights. My first thought was to run mysqladmin on the user, but it gives me the following error message:
"mysqladmin: unable to change password; error: 'You are using MySQL as an anonymous user and anonymous users are not allowed to change passwords'"
I am doing this all while logged in as the root user. I tried the same logged on as my personal user account and got the exact same problems and messages. I am running tight on a deadline and need some help desperately. Any ideas?