не пойму в чем затык, пытаюсь прицепится к mysql но если это делать с шелла рута то все проходит успешно а если от других пользователей то ошибка
root@host ~ # mysql -uroot
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 49360
Server version: 5.5.47-0+deb7u1 (Debian)
Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql> Bye
root@host ~ # sudo su - bareos
bareos@host:~$ mysql -uroot
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
вот конфиг для коннекта:
bareos@host:~$ cat .my.cnf
[client]
user = root
пробовал цеплятся от другх пользователей проблема таже.