mysql5.6初始化
./bin/mysql_install_db --user=mysql --basedir=/opt/mysql --datadir=/opt/data
mysql5.7初始化
./bin/mysqld --initialize --user=mysql