N
n0rton
Curioso
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Buenos días a todos,
Tengo un servidor dedicado con centos, con web centos panel.
Hice un upgrade a la base de datos y al intentar arrancar el server de mysqld me da error, pero al ir y ver la base de datos (el log) meda esto:
Me podeis ayudar? Sabesi a que se debe el error?
Tengo un servidor dedicado con centos, con web centos panel.
Hice un upgrade a la base de datos y al intentar arrancar el server de mysqld me da error, pero al ir y ver la base de datos (el log) meda esto:
Insertar CODE, HTML o PHP:
2016-06-22T07:39:39.515029Z mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2016-06-22T07:39:39.672482Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-06-22T07:39:39.672815Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.13) starting as process 20180 ...
2016-06-22T07:39:39.675565Z 0 [Note] InnoDB: PUNCH HOLE support available
2016-06-22T07:39:39.675578Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-06-22T07:39:39.675583Z 0 [Note] InnoDB: Uses event mutexes
2016-06-22T07:39:39.675589Z 0 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2016-06-22T07:39:39.675593Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-06-22T07:39:39.675597Z 0 [Note] InnoDB: Using Linux native AIO
2016-06-22T07:39:39.675772Z 0 [Note] InnoDB: Number of pools: 1
2016-06-22T07:39:39.675840Z 0 [Note] InnoDB: Using CPU crc32 instructions
2016-06-22T07:39:39.676628Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2016-06-22T07:39:39.682057Z 0 [Note] InnoDB: Completed initialization of buffer pool
2016-06-22T07:39:39.683323Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2016-06-22T07:39:39.694503Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2016-06-22T07:39:39.790201Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2016-06-22T07:39:39.790245Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2016-06-22T07:39:40.160898Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2016-06-22T07:39:40.161499Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2016-06-22T07:39:40.161508Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2016-06-22T07:39:40.161829Z 0 [Note] InnoDB: 5.7.13 started; log sequence number 328587172
2016-06-22T07:39:40.162314Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2016-06-22T07:39:40.162499Z 0 [Note] Plugin 'FEDERATED' is disabled.
2016-06-22T07:39:40.162564Z 0 [Note] InnoDB: Buffer pool(s) load completed at 160622 9:39:40
2016-06-22T07:39:40.162863Z 0 [Warning] System table 'plugin' is expected to be transactional.
2016-06-22T07:39:40.163212Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2016-06-22T07:39:40.163264Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2016-06-22T07:39:40.163401Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2016-06-22T07:39:40.163452Z 0 [Note] IPv6 is available.
2016-06-22T07:39:40.163462Z 0 [Note] - '::' resolves to '::';
2016-06-22T07:39:40.163477Z 0 [Note] Server socket created on IP: '::'.
2016-06-22T07:39:40.204676Z 0 [Warning] Failed to open optimizer cost constant tables
2016-06-22T07:39:40.205242Z 0 [ERROR] Fatal error: mysql.user table is damaged. Please run mysql_upgrade.
2016-06-22T07:39:40.205291Z 0 [ERROR] Aborting
2016-06-22T07:39:40.205299Z 0 [Note] Binlog end
2016-06-22T07:39:40.205336Z 0 [Note] Shutting down plugin 'ngram'
2016-06-22T07:39:40.205343Z 0 [Note] Shutting down plugin 'ARCHIVE'
2016-06-22T07:39:40.205346Z 0 [Note] Shutting down plugin 'partition'
2016-06-22T07:39:40.205349Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2016-06-22T07:39:40.205351Z 0 [Note] Shutting down plugin 'CSV'
2016-06-22T07:39:40.205355Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2016-06-22T07:39:40.205407Z 0 [Note] Shutting down plugin 'MyISAM'
2016-06-22T07:39:40.205414Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2016-06-22T07:39:40.205418Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2016-06-22T07:39:40.205421Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2016-06-22T07:39:40.205429Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2016-06-22T07:39:40.205439Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2016-06-22T07:39:40.205442Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2016-06-22T07:39:40.205445Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2016-06-22T07:39:40.205448Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2016-06-22T07:39:40.205450Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2016-06-22T07:39:40.205453Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2016-06-22T07:39:40.205455Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2016-06-22T07:39:40.205458Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2016-06-22T07:39:40.205460Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2016-06-22T07:39:40.205463Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
Me podeis ayudar? Sabesi a que se debe el error?