在centos上安装mysql,到 ./scripts/mysql_install_db 这一步时

在centos上安装mysql,到 ./scripts/mysql_install_db 这一步时执行不了,说没有这个文件或文件夹,怎么办?
用不了yum,因为连不上外网!
怎么办?急!
没有 scripts !

错误信息:
-bash: ./scripts/mysql_install_db: No such file or director

在centos Linux 系统下安装mysql时,执行scripts/mysql_install_db --user=mysql
报错:sh: ./bin/my print defaults: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Neither host 'guozh' nor 'localhost' could be looked up with
./bin/resolveip
Please configure the 'hostname' command to return a correct hostname.
If you want to solve this at a later stage, restart this script with the --force option
原因:mysql是32位的,而系统是64 位
温馨提示:答案为网友推荐,仅供参考