mysql安装启动报错_mysql安装/启动报错汇总

2016/9/6补充

初始化报错:

# /usr/local/mysql/scripts/mysql_install_db --user=mysql --basedir=/usr/local/mysql/ --datadir=/data/mysqldb/

Installing MySQL system tables...2016-09-06 17:29:16 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).

2016-09-06 17:29:17 0 [Note] /usr/local/mysql//bin/mysqld (mysqld 5.6.32) starting as process 21651 ...

2016-09-06 17:29:19 21651 [Note] InnoDB: Using atomics to ref count buffer pool pages

2016-09-06 17:29:19 21651 [Note] InnoDB: The InnoDB memory heap is disabled

2016-09-06 17:29:19 21651 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins

2016-09-06 17:29:19 21651 [Note] InnoDB: Memory barrier is not used

2016-09-06 17:29:19 21651 [Note] InnoDB: Compressed tables use zlib 1.2.3

2016-09-06 17:29:19 21651 [Note] InnoDB: Using CPU crc32 instructions

/usr/local/mysql//bin/mysqld: Can't create/write to file '/tmp/ibEKTPAP' (Errcode: 13 - Permission denied)

2016-09-06 17:29:19 7f72573f0720 InnoDB: Error: unable to create temporary file; errno: 13

2016-09-06 17:29:19 21651 [ERROR] Plugin 'InnoDB' init function returned error.

2016-09-06 17:29:19 21651 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.

2016-09-06 17:29:19 21651 [ERROR] Unknown/unsupported storage engine: InnoDB

2016-09-06 1

你可能感兴趣的:(mysql安装启动报错)