Ever happened to you that you create a user with privileges to connect from any host but it won’t connect from the localhost? Like this: View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 [root@18969_1_490528 tmp]# mysql -u test_user -puser_pass ERROR 1045 (28000): Access denied for user 'test_user'@'localhost' (using...

Recent Comments