Container mysql caindo
Boa tarde
Criei um container mysql, apenas criei não adicionei nada nele ainda, o mesmo não estabiliza, está com esse status:
Containers
Looping: o container mysql está caindo repetidas vezes
Qual o problema, se foi apenas criado? Como corrigir essa instabilidade?
Via oc ele apresenta isso:
./oc logs pods/mysql-1-azxw1
---> 16:40:12 Processing MySQL configuration files ...
---> 16:40:12 Starting MySQL server with disabled networking ...
---> 16:40:12 Waiting for MySQL to start ...
2016-07-28 16:40:12 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-07-28 16:40:12 0 [Note] /opt/rh/rh-mysql56/root/usr/libexec/mysqld (mysqld 5.6.26) starting as process 14 ...
2016-07-28 16:40:12 14 [Note] Plugin 'FEDERATED' is disabled.
2016-07-28 16:40:12 7fb704409840 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.
2016-07-28 16:40:12 14 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016-07-28 16:40:12 14 [Note] InnoDB: The InnoDB memory heap is disabled
2016-07-28 16:40:12 14 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-07-28 16:40:12 14 [Note] InnoDB: Memory barrier is not used
2016-07-28 16:40:12 14 [Note] InnoDB: Compressed tables use zlib 1.2.7
2016-07-28 16:40:12 14 [Note] InnoDB: Using Linux native AIO
2016-07-28 16:40:12 14 [Note] InnoDB: Using CPU crc32 instructions
2016-07-28 16:40:12 14 [Note] InnoDB: Initializing buffer pool, size = 256.0M
2016-07-28 16:40:12 14 [Note] InnoDB: Completed initialization of buffer pool
2016-07-28 16:40:12 14 [Note] InnoDB: Highest supported file format is Barracuda.
2016-07-28 16:40:12 14 [Note] InnoDB: 128 rollback segment(s) are active.
2016-07-28 16:40:12 14 [Note] InnoDB: Waiting for purge to start
2016-07-28 16:40:12 14 [Note] InnoDB: 5.6.26 started; log sequence number 1626027
2016-07-28 16:40:12 14 [Note] RSA private key file not found: /var/lib/mysql/data//private_key.pem. Some authentication plugins will not work.
2016-07-28 16:40:12 14 [Note] RSA public key file not found: /var/lib/mysql/data//public_key.pem. Some authentication plugins will not work.
2016-07-28 16:40:12 14 [Warning] 'user' entry 'root@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Warning] 'user' entry '@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Warning] 'proxies_priv' entry '@ root@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Note] Event Scheduler: Loaded 0 events
2016-07-28 16:40:12 14 [Note] /opt/rh/rh-mysql56/root/usr/libexec/mysqld: ready for connections.
Version: '5.6.26' socket: '/tmp/mysql.sock' port: 0 MySQL Community Server (GPL)
---> 16:40:13 MySQL started successfully
---> 16:40:13 Setting passwords ...
ERROR 1133 (42000) at line 1: Can't find any matching row in the user table
---> 16:40:12 Processing MySQL configuration files ...
---> 16:40:12 Starting MySQL server with disabled networking ...
---> 16:40:12 Waiting for MySQL to start ...
2016-07-28 16:40:12 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-07-28 16:40:12 0 [Note] /opt/rh/rh-mysql56/root/usr/libexec/mysqld (mysqld 5.6.26) starting as process 14 ...
2016-07-28 16:40:12 14 [Note] Plugin 'FEDERATED' is disabled.
2016-07-28 16:40:12 7fb704409840 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.
2016-07-28 16:40:12 14 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016-07-28 16:40:12 14 [Note] InnoDB: The InnoDB memory heap is disabled
2016-07-28 16:40:12 14 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-07-28 16:40:12 14 [Note] InnoDB: Memory barrier is not used
2016-07-28 16:40:12 14 [Note] InnoDB: Compressed tables use zlib 1.2.7
2016-07-28 16:40:12 14 [Note] InnoDB: Using Linux native AIO
2016-07-28 16:40:12 14 [Note] InnoDB: Using CPU crc32 instructions
2016-07-28 16:40:12 14 [Note] InnoDB: Initializing buffer pool, size = 256.0M
2016-07-28 16:40:12 14 [Note] InnoDB: Completed initialization of buffer pool
2016-07-28 16:40:12 14 [Note] InnoDB: Highest supported file format is Barracuda.
2016-07-28 16:40:12 14 [Note] InnoDB: 128 rollback segment(s) are active.
2016-07-28 16:40:12 14 [Note] InnoDB: Waiting for purge to start
2016-07-28 16:40:12 14 [Note] InnoDB: 5.6.26 started; log sequence number 1626027
2016-07-28 16:40:12 14 [Note] RSA private key file not found: /var/lib/mysql/data//private_key.pem. Some authentication plugins will not work.
2016-07-28 16:40:12 14 [Note] RSA public key file not found: /var/lib/mysql/data//public_key.pem. Some authentication plugins will not work.
2016-07-28 16:40:12 14 [Warning] 'user' entry 'root@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Warning] 'user' entry '@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Warning] 'proxies_priv' entry '@ root@mysql-1-v2dod' ignored in --skip-name-resolve mode.
2016-07-28 16:40:12 14 [Note] Event Scheduler: Loaded 0 events
2016-07-28 16:40:12 14 [Note] /opt/rh/rh-mysql56/root/usr/libexec/mysqld: ready for connections.
Version: '5.6.26' socket: '/tmp/mysql.sock' port: 0 MySQL Community Server (GPL)
---> 16:40:13 MySQL started successfully
---> 16:40:13 Setting passwords ...
ERROR 1133 (42000) at line 1: Can't find any matching row in the user table
Por favor, entrar para comentar.
Comentários
1 comentário