Есть удаленный сервер на centos7, на нем стоит mariadb
содержание /etc/my.cnf
[mysqld]
datadir=/var/lib/mysql
bind_address = 0.0.0.0
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mariadb according to the
# instructions in http://fedoraproject.org/wiki/Systemd
[mysqld_safe]
log-error=/var/log/mariadb/mariadb.log
pid-file=/var/run/mariadb/mariadb.pid
#
# include all files from the config directory
#
!includedir /etc/my.cnf.d
У пользователя root проставлены привелегии на хост %, но зайти удаленно не могу.
Могу зайти по root@localhost, root@127.0.0.1, но под другими - никак.
Пытаюсь зайти прямо с сервера
mysql -u -root -p -h <ip адрес>
- не пускает.
Что делать, чтобы получить доступ из вне?
UPD: попробовал добавить в my.cnf строку asdasdasdd, перезагрузил. Все запустилось, может он не читает my.cnf?