當初始化mysql時出現錯誤: mysql安裝報FATAL ERROR: please install the following Perl modules before executing
原因:缺少perl模塊中的Data::Dumper
安裝autoconf庫(此包安裝時會安裝Data:Dumper模塊)
解決方法 :安裝autoconf庫
命令:yum-y install autoconf
再次執行初始化數據庫,成功
./scripts/mysql_install_db --user = mysql