formasfunction
Technical User
Okay, so I just got a small dedicated server (running RedHat Linux and MySQL 3.23) and I've been working at getting everything setup. Most of what I've been administering has been through Plesk up until this point but when I decided to move my databases over Plesk's version of phpMyAdmin just wasn't working for me so I decided to ssh in and do it myself. The only problem is that I can't get the root user to work! At first I had a root user that I created in Plesk but it turned out to not have full Grant access so I deleted it through Plesk expecting to be able to fix it through the command prompt. I followed the instructions at the mysql site for resetting privleges but when I run the last command: mysqladmin -u root flush-privileges password "mypass" it get this error:
unable to change password; error: 'Can't find any matching row in the user table'
How is it that I don't have a root user? I haven't created any other users so how do I gain back access to MySQL without entire reloading the system?
Thanks,
Greg
unable to change password; error: 'Can't find any matching row in the user table'
How is it that I don't have a root user? I haven't created any other users so how do I gain back access to MySQL without entire reloading the system?
Thanks,
Greg