当前位置: 技术问答>linux和unix
在linux下安装mysql出错的原因,学习的机会、得分的机会、奉献的计划
来源: 互联网 发布时间:2015-10-31
本文导语: rpm -ivh MySQL-server-5.0.16-0.i386.rpm ------------------------------------------- 下面的错,何解 ------------------------------------------- Preparing... ########################################### [100%] file /etc/my.cnf from install...
rpm -ivh MySQL-server-5.0.16-0.i386.rpm
-------------------------------------------
下面的错,何解
-------------------------------------------
Preparing... ########################################### [100%]
file /etc/my.cnf from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/my_print_defaults from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisamchk from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisamlog from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisampack from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_fix_privilege_tables from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_install_db from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_setpermission from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_zap from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqlbug from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqld_multi from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqlhotcopy from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqltest from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/perror from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/replace from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/resolve_stack_dump from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
-------------------------------------------
下面的错,何解
-------------------------------------------
Preparing... ########################################### [100%]
file /etc/my.cnf from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/my_print_defaults from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisamchk from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisamlog from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/myisampack from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_fix_privilege_tables from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_install_db from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_setpermission from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysql_zap from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqlbug from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqld_multi from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqlhotcopy from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/mysqltest from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/perror from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/replace from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
file /usr/bin/resolve_stack_dump from install of MySQL-server-5.0.16-0 conflicts with file from package mysql-3.23.54a-11
|
你的系统上已经装了mysql-3.23.54
|
唉,明显的版本冲突问题
|
装5.0最好卸载以前版本,参照www.mysql.com文档5.0安装