mysql: unknown variable bind-address [closed]
Can anyone assist? I'm trying to create the keystone database on ubuntu 16.04.1 newton. I'm following the docs here: docs.openstack.org/newton/install-guide-ubuntu/keystone-install.html and I am receiving this error:
user@control1:~$ sudo mysql -u root -p mysql: unknown variable 'bind-address=10.101.23.71'
The address is correct and my cnf file is configured correctly as far as I can tell: cat /etc/mysql/mariadb.conf.d/99-openstack.cnf [mysql] bind-address = 10.101.23.71 default-storage-engine = innodb innodb_file_per_table max_connections = 4096 collation-server = utf8_general_ci character-set-server = utf8
Any thoughts are appreciated! Thanks. Kevin