This is a bit of a weird issue.
I can access the server from remote locations, but not from inside the server itself.
That is to say:
mysql -h hostname.tld -uroot -pWhatever
allows me to log in to the admi console if I do so from any remote machine.
However, if i mysql -uroot -pWhatever
from within the server, it gives me the following error message:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I have granted the root user with access privileges from everywhere:
GRANT ALL PRIVILEGES ON *.* TO root@"%" IDENTIFIED BY 'Whatever';
FLUSH PRIVILEGES;
To make matters worse, /etc/my.cnf doesn't specify anythung relevant.
So, in a nutshell, I am locked out inside
Recent comments
6 hours 20 min ago
13 hours 1 min ago
16 hours 52 min ago
18 hours 31 min ago
1 day 2 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 21 hours ago
1 day 21 hours ago