mysql 5.6 ubuntu 15.04 kann nicht finden die richtigen meine.cnf-Datei

Ich bin versucht zu bewegen, eine mysql-db auf einem server-Upgrade mit einer neueren version von ubuntu läuft (15.04), und nach der Installation der LAMPE, ging ich zum Bearbeiten die bind-Adresse in die meine.cnf-Datei. Der unten ist, sehe ich in /etc/mysql/my.cnf. Ich fügte hinzu, [mysqld] und die bind-address = neue Adresse, aber nichts scheint zu erlauben, meine remote-client eine Verbindung zu dieser db. Es ist online und die ip-Adresse sollte korrekt sein. Was bin ich? Warum ist das mein.cnf so kahl?

#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
# 
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html

#
# * IMPORTANT: Additional settings that can override those from this file!
#   The files must end with '.cnf', otherwise they'll be ignored.
#

!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
InformationsquelleAutor caro | 2015-06-04
Schreibe einen Kommentar