欢迎各位兄弟 发布技术文章
这里的技术是共享的
service mysqld start 启动时报错:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid) 的解决方法:
service mysql status
| 1 2 | [mysqld_safe]log-error = /data/mysql/logs/error.log | 
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #tail -f /data/mysql/logs/error.log160721 06:12:07 mysqld_safe Starting mysqld daemon with databases from /data/mysql/data2016-07-21 06:12:10 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation formore details).2016-07-21 06:12:10 0 [Note] /opt/mysql/bin/mysqld (mysqld 5.6.27-log) starting as process 2290 ...2016-07-21 06:12:10 2290 [Note] Plugin 'FEDERATED'is disabled.2016-07-21 06:12:10 2290 [Warning] The option innodb (skip-innodb) is deprecatedand will be removed in a future release2016-07-21 06:12:10 2290 [Note] InnoDB: Using atomics to ref count buffer pool pages2016-07-21 06:12:10 2290 [Note] InnoDB: The InnoDB memory heap is disabled2016-07-21 06:12:10 2290 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins2016-07-21 06:12:10 2290 [Note] InnoDB: Memory barrier is not used2016-07-21 06:12:10 2290 [Note] InnoDB: Compressed tables use zlib 1.2.32016-07-21 06:12:10 2290 [Note] InnoDB: Using CPU crc32 instructions2016-07-21 06:12:10 2290 [Note] InnoDB: Initializing buffer pool, size = 128.0M2016-07-21 06:12:10 2290 [Note] InnoDB: Completed initialization of buffer pool2016-07-21 06:12:10 2290 [Note] InnoDB: Highest supported file format is Barracuda.2016-07-21 06:12:11 2290 [Note] InnoDB: 128 rollback segment(s) are active.2016-07-21 06:12:11 2290 [Note] InnoDB: Waiting forpurge to start2016-07-21 06:12:11 2290 [Note] InnoDB: 5.6.27 started; logsequence number 16259972016-07-21 06:12:11 2290 [ERROR] /opt/mysql/bin/mysqld: unknown option '--slave_parallel_workers=3'2016-07-21 06:12:11 2290 [ERROR] Aborting2016-07-21 06:12:11 2290 [Note] Binlog end2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'partition'2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'2016-07-21 06:12:11 2290 [Note] Shutting down plugin 'INNODB_SYS_FIELDS' | 
| 1 2 | 2016-07-21 06:12:11 2290 [ERROR] /opt/mysql/bin/mysqld: unknown option '--slave_parallel_workers=3'2016-07-21 06:12:11 2290 [ERROR] Aborting |