Displaying 1 result from an estimated 1 matches for "ptestpattern".
Did you mean:
testpattern
2015 Mar 30
5
mysql can't connect from localhost -strange behavior
...11B387E74A9 |
+---------+-----------+-------------------------------------------+
1 row in set (0.00 sec)
And here's my attempt to connect with the password shown. Which is
something I don't usually do, but am doing now to demonstrate what's going
on:
[root at ops:~] #mysql -uproftpd -ptestpattern -h localhost
ERROR 1045 (28000): Access denied for user 'proftpd'@'localhost' (using
password: YES)
OK, so as I've said this should work!
The database I'm trying to give the user access to does also exist:
mysql> show databases like 'ftp';
+----------------+
|...