I had mysql already installed in my system and I uninstalled it because it was not running successfully. Now when I installed a new version of mysql, the server starts and stops successfully. But it still accepts the password of my old mysql. If I try to change the password, which I need to because it says my old password has expired when I try to connect it to workbench, it gives me the following error:
File './mysql/user.MYD' not found (Errcode: 2 - No such file or directory)
I also tried running this command:
mysql -uroot -p
It accepts my old password and then if I further run any other command, example
mysql> USE mysql;
It asks me to reset the password and when I do it again gives me the above error