[root@jl mysql]# yum install 'perl(Data::Dumper)'
···
····
已安装:
perl-Data-Dumper.x86_64 0:2.145-3.el7
完毕!
[root@jl mysql]# chown -R mysql:mysql ./
[root@jl mysql]# ./scripts/mysql_install_db --user=mysql
Installing MySQL system tables...2016-03-24 16:22:20 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-03-24 16:22:20 2654 [Note] InnoDB: The InnoDB memory heap is disabled
2016-03-24 16:22:20 2654 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-03-24 16:22:20 2654 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-03-24 16:22:20 2654 [Note] InnoDB: Using Linux native AIO
····
····
#ok 解决问题