Sers,
ich hab mittlerweile alles ausprobiert aber anscheinend bekomm ich es leider nicht hin.
Ich hab die 1 Click Files, hab soweit alles denk ich mal richtig gemacht aber jedes mal wenn ich den Server starte
bekomm ich Connection refused. Es startet alles ganz normal, aber wie gesagt dieser Connection Refused fehler kommt
und auch nach 100x Googlen bin ich nicht schlauer geworden...
In jeder Syserr steht nur das hier (ob Loginserver, Datenbank, Channel1 usw)
socket_connect: HOST localhost:15000, could not connect.
Die Syserr der Datenbank zeigt nur das an
201104 18:09:13 mysqld_safe mysqld from pid file /var/db/mysql/514091.pid ended
201104 18:10:03 mysqld_safe Logging to '/var/db/mysql/514091.err'.
201104 18:10:03 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
2020-11-04 18:10:04 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-11-04 18:10:04 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.49) starting as process 760 ...
2020-11-04 18:10:04 760 [Note] Plugin 'FEDERATED' is disabled.
2020-11-04 18:10:04 760 [Note] InnoDB: Using atomics to ref count buffer pool pages
2020-11-04 18:10:04 760 [Note] InnoDB: The InnoDB memory heap is disabled
2020-11-04 18:10:04 760 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-11-04 18:10:04 760 [Note] InnoDB: Memory barrier is not used
2020-11-04 18:10:04 760 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-11-04 18:10:04 760 [Note] InnoDB: Using CPU crc32 instructions
2020-11-04 18:10:04 760 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2020-11-04 18:10:04 760 [Note] InnoDB: Completed initialization of buffer pool
2020-11-04 18:10:04 760 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
2020-11-04 18:10:04 760 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
2020-11-04 18:10:04 760 [Note] InnoDB: Database physically writes the file full: wait...
2020-11-04 18:10:04 760 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
2020-11-04 18:10:05 760 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
2020-11-04 18:10:05 760 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
2020-11-04 18:10:05 760 [Warning] InnoDB: New log files created, LSN=45781
2020-11-04 18:10:05 760 [Note] InnoDB: Doublewrite buffer not found: creating new
2020-11-04 18:10:05 760 [Note] InnoDB: Doublewrite buffer created
2020-11-04 18:10:05 760 [Note] InnoDB: 128 rollback segment(s) are active.
2020-11-04 18:10:05 760 [Warning] InnoDB: Creating foreign key constraint system tables.
2020-11-04 18:10:05 760 [Note] InnoDB: Foreign key constraint system tables created
2020-11-04 18:10:05 760 [Note] InnoDB: Creating tablespace and datafile system tables.
2020-11-04 18:10:05 760 [Note] InnoDB: Tablespace and datafile system tables created.
2020-11-04 18:10:05 760 [Note] InnoDB: Waiting for purge to start
2020-11-04 18:10:06 760 [Note] InnoDB: 5.6.49 started; log sequence number 0
/usr/local/libexec/mysqld: Error on delete of './auto.cnf' (Errcode: 2 - No such file or directory)
2020-11-04 18:10:06 760 [Warning] World-writable config file './auto.cnf' has been removed.
2020-11-04 18:10:06 760 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 95c79aac-1ec0-11eb-b60d-00163c3c9686.
2020-11-04 18:10:06 760 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
2020-11-04 18:10:06 760 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
2020-11-04 18:10:06 760 [Note] Server hostname (bind-address): '*'; port: 3306
2020-11-04 18:10:06 760 [Note] IPv6 is available.
2020-11-04 18:10:06 760 [Note] - '::' resolves to '::';
2020-11-04 18:10:06 760 [Note] Server socket created on IP: '::'.
2020-11-04 18:10:06 760 [Warning] Insecure configuration for --pid-file: Location '/var/db/mysql' in the path is accessible to all OS users. Consider choosing a different directory.
2020-11-04 18:10:06 760 [Note] Event Scheduler: Loaded 0 events
2020-11-04 18:10:06 760 [Note] /usr/local/libexec/mysqld: ready for connections.
Version: '5.6.49' socket: '/tmp/mysql.sock' port: 3306 Source distribution
2020-11-04 18:10:47 760 [Note] /usr/local/libexec/mysqld: Normal shutdown
2020-11-04 18:10:47 760 [Note] Giving 1 client threads a chance to die gracefully
2020-11-04 18:10:47 760 [Note] Event Scheduler: Purging the queue. 0 events
2020-11-04 18:10:47 760 [Note] Shutting down slave threads
2020-11-04 18:10:49 760 [Note] Forcefully disconnecting 1 remaining clients
2020-11-04 18:10:49 760 [Warning] /usr/local/libexec/mysqld: Forcing close of thread 1 user: 'root'
2020-11-04 18:10:49 760 [Note] Binlog end
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'partition'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_METRICS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMPMEM'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_CMP'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_LOCKS'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'INNODB_TRX'
2020-11-04 18:10:49 760 [Note] Shutting down plugin 'InnoDB'
2020-11-04 18:10:49 760 [Note] InnoDB: FTS optimize thread exiting.
2020-11-04 18:10:49 760 [Note] InnoDB: Starting shutdown...
2020-11-04 18:10:50 760 [Note] InnoDB: Shutdown completed; log sequence number 1600607
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'BLACKHOLE'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'ARCHIVE'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'MRG_MYISAM'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'MyISAM'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'MEMORY'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'CSV'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'sha256_password'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'mysql_old_password'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'mysql_native_password'
2020-11-04 18:10:50 760 [Note] Shutting down plugin 'binlog'
2020-11-04 18:10:50 760 [Note] /usr/local/libexec/mysqld: Shutdown complete
201104 18:10:50 mysqld_safe mysqld from pid file /var/db/mysql/514091.pid ended
201104 18:11:07 mysqld_safe Logging to '/var/db/mysql/514091.err'.
201104 18:11:07 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
2020-11-04 18:11:08 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-11-04 18:11:08 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.49) starting as process 952 ...
2020-11-04 18:11:08 952 [Note] Plugin 'FEDERATED' is disabled.
2020-11-04 18:11:08 952 [Note] InnoDB: Using atomics to ref count buffer pool pages
2020-11-04 18:11:08 952 [Note] InnoDB: The InnoDB memory heap is disabled
2020-11-04 18:11:08 952 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-11-04 18:11:08 952 [Note] InnoDB: Memory barrier is not used
2020-11-04 18:11:08 952 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-11-04 18:11:08 952 [Note] InnoDB: Using CPU crc32 instructions
2020-11-04 18:11:08 952 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2020-11-04 18:11:08 952 [Note] InnoDB: Completed initialization of buffer pool
2020-11-04 18:11:08 952 [Note] InnoDB: Highest supported file format is Barracuda.
2020-11-04 18:11:08 952 [Note] InnoDB: 128 rollback segment(s) are active.
2020-11-04 18:11:08 952 [Note] InnoDB: Waiting for purge to start
2020-11-04 18:11:08 952 [Note] InnoDB: 5.6.49 started; log sequence number 1625997
2020-11-04 18:11:08 952 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
2020-11-04 18:11:08 952 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
2020-11-04 18:11:08 952 [Note] Server hostname (bind-address): '*'; port: 3306
2020-11-04 18:11:08 952 [Note] IPv6 is available.
2020-11-04 18:11:08 952 [Note] - '::' resolves to '::';
2020-11-04 18:11:08 952 [Note] Server socket created on IP: '::'.
2020-11-04 18:11:08 952 [Warning] Insecure configuration for --pid-file: Location '/var/db/mysql' in the path is accessible to all OS users. Consider choosing a different directory.
2020-11-04 18:11:08 952 [Note] Event Scheduler: Loaded 0 events
2020-11-04 18:11:08 952 [Note] /usr/local/libexec/mysqld: ready for connections.
Version: '5.6.49' socket: '/tmp/mysql.sock' port: 3306 Source distribution
2020-11-04 18:14:05 952 [Note] /usr/local/libexec/mysqld: Normal shutdown
2020-11-04 18:14:05 952 [Note] Giving 2 client threads a chance to die gracefully
2020-11-04 18:14:05 952 [Note] Event Scheduler: Purging the queue. 0 events
2020-11-04 18:14:05 952 [Note] Shutting down slave threads
2020-11-04 18:14:07 952 [Note] Forcefully disconnecting 2 remaining clients
2020-11-04 18:14:07 952 [Warning] /usr/local/libexec/mysqld: Forcing close of thread 6 user: 'root'
2020-11-04 18:14:07 952 [Warning] /usr/local/libexec/mysqld: Forcing close of thread 7 user: 'root'
2020-11-04 18:14:07 952 [Note] Binlog end
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'partition'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_METRICS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMPMEM'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_CMP'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_LOCKS'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'INNODB_TRX'
2020-11-04 18:14:07 952 [Note] Shutting down plugin 'InnoDB'
2020-11-04 18:14:07 952 [Note] InnoDB: FTS optimize thread exiting.
2020-11-04 18:14:07 952 [Note] InnoDB: Starting shutdown...
2020-11-04 18:14:08 952 [Note] InnoDB: Shutdown completed; log sequence number 1626007
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'BLACKHOLE'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'ARCHIVE'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'MRG_MYISAM'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'MyISAM'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'MEMORY'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'CSV'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'sha256_password'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'mysql_old_password'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'mysql_native_password'
2020-11-04 18:14:08 952 [Note] Shutting down plugin 'binlog'
2020-11-04 18:14:08 952 [Note] /usr/local/libexec/mysqld: Shutdown complete
201104 18:14:08 mysqld_safe mysqld from pid file /var/db/mysql/514091.pid ended
201104 18:15:03 mysqld_safe Logging to '/var/db/mysql/514091.err'.
201104 18:15:03 mysqld_safe Starting mysqld daemon with databases from /var/db/mysql
2020-11-04 18:15:04 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2020-11-04 18:15:04 0 [Note] /usr/local/libexec/mysqld (mysqld 5.6.49) starting as process 760 ...
2020-11-04 18:15:04 760 [Note] Plugin 'FEDERATED' is disabled.
2020-11-04 18:15:04 760 [Note] InnoDB: Using atomics to ref count buffer pool pages
2020-11-04 18:15:04 760 [Note] InnoDB: The InnoDB memory heap is disabled
2020-11-04 18:15:04 760 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-11-04 18:15:04 760 [Note] InnoDB: Memory barrier is not used
2020-11-04 18:15:04 760 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-11-04 18:15:04 760 [Note] InnoDB: Using CPU crc32 instructions
2020-11-04 18:15:04 760 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2020-11-04 18:15:04 760 [Note] InnoDB: Completed initialization of buffer pool
2020-11-04 18:15:04 760 [Note] InnoDB: Highest supported file format is Barracuda.
2020-11-04 18:15:05 760 [Note] InnoDB: 128 rollback segment(s) are active.
2020-11-04 18:15:05 760 [Note] InnoDB: Waiting for purge to start
2020-11-04 18:15:05 760 [Note] InnoDB: 5.6.49 started; log sequence number 1626007
2020-11-04 18:15:05 760 [Note] RSA private key file not found: /var/db/mysql//private_key.pem. Some authentication plugins will not work.
2020-11-04 18:15:05 760 [Note] RSA public key file not found: /var/db/mysql//public_key.pem. Some authentication plugins will not work.
2020-11-04 18:15:05 760 [Note] Server hostname (bind-address): '*'; port: 3306
2020-11-04 18:15:05 760 [Note] IPv6 is available.
2020-11-04 18:15:05 760 [Note] - '::' resolves to '::';
2020-11-04 18:15:05 760 [Note] Server socket created on IP: '::'.
2020-11-04 18:15:05 760 [Warning] Insecure configuration for --pid-file: Location '/var/db/mysql' in the path is accessible to all OS users. Consider choosing a different directory.
2020-11-04 18:15:05 760 [Note] Event Scheduler: Loaded 0 events
2020-11-04 18:15:05 760 [Note] /usr/local/libexec/mysqld: ready for connections.
Version: '5.6.49' socket: '/tmp/mysql.sock' port: 3306 Source distribution