MySQL Server Extern erreichen

master.of.war

Freizeitschrauber(in)
Hallo,

ich hoffe die Frage ist nicht zu speziell:

zurzeit verwende ich für mehrere Wordpress-Blogs einen MySQL-Server 5.6 (OS: Windows-Server 2012). Auf der selben VM läuft ein Webserver welcher den MySQL-Server verwendet. Daher sind in allen Einstellungen für den MySQL-Server entweder "localhost" oder "127.0.0.1".
Der MySQL-Server soll jedoch nun auf eine andere VM umziehen. Der MySQL-Server ist jedoch trotz Portfreigaben nicht über den lokalen Port erreichbar. Im Internet habe ich einiges insachen "Binding Adress" gefunden, jedoch hat bisher nichts weitergeholfen.



Beim Start des MySQL-Servers (via MySQL-Workbench) ist folgendes zu lesen:

FROM VM_202.err:
2014-08-03 00:05:32 3076 Note Plugin 'FEDERATED' is disabled.
2014-08-03 00:05:32 a28 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2014-08-03 00:05:32 3076 Note InnoDB: Using atomics to ref count buffer pool pages
2014-08-03 00:05:32 3076 Note InnoDB: The InnoDB memory heap is disabled
2014-08-03 00:05:32 3076 Note InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-08-03 00:05:32 3076 Note InnoDB: Compressed tables use zlib 1.2.3
2014-08-03 00:05:32 3076 Note InnoDB: Not using CPU crc32 instructions
2014-08-03 00:05:32 3076 Note InnoDB: Initializing buffer pool, size = 133.0M
2014-08-03 00:05:32 3076 Note InnoDB: Completed initialization of buffer pool
2014-08-03 00:05:33 3076 Note InnoDB: Highest supported file format is Barracuda.
2014-08-03 00:05:33 3076 Note InnoDB: 128 rollback segment(s) are active.
2014-08-03 00:05:34 3076 Note InnoDB: Waiting for purge to start
2014-08-03 00:05:34 3076 Note InnoDB: 5.6.19 started; log sequence number 9033511
2014-08-03 00:05:34 3076 Note Server hostname (bind-address): '0.0.0.0'; port: 3306
2014-08-03 00:05:34 3076 Note - '0.0.0.0' resolves to '0.0.0.0';
2014-08-03 00:05:34 3076 Note Server socket created on IP: '0.0.0.0'.
2014-08-03 00:05:34 3076 Note Event Scheduler: Loaded 0 events
2014-08-03 00:05:34 3076 Note C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqld: ready for connections.
Version: '5.6.19' socket: '' port: 3306 MySQL Community Server (GPL)
2014-08-03 00:05:35 - Starting server...
2014-08-03 00:05:35 - Server start done.
2014-08-03 00:05:35 - Checking server status...
2014-08-03 00:05:35 - Trying to connect to MySQL...
2014-08-03 00:05:35 - Connection succeeded
2014-08-03 00:05:35 - Assuming server is running
2014-08-03 00:05:35 - Checking server status...
2014-08-03 00:05:35 - Trying to connect to MySQL...
2014-08-03 00:05:35 - Connection succeeded
2014-08-03 00:05:35 - Assuming server is running

Die Binding-Adress ist momentan scheinbar 0.0.0.0 (was ja eigentlich Bedeutet, dass auf allen Adressen gehorcht wird).


Ich hoffe ihr könnt mir bei der Sache weiterhelfen.

MfG
 
Ich würde zunächst schauen, ob überhaupt irgendwas auf Port 3306 lauscht - das wäre dann der MySQL-Server. Dann würde ich die IP-Adresse, auf welcher er auf Anfragen warten soll, festlegen.

MfG Jimini
 
Zurück