Hi,
I want to use: mysqlhotcopy db_name /path/to/some/dir.
It seems that mysqlhotcopy requires perl DBI and DBD-MySQL.
Next steps:
yum install perl-DBI.i386
yum install perl-DBD-MySQL.i386
But when i try to install DBD i get an error.
What am i doing wrong?
Should i uninstall DBD or wasn't it installed at all because of the conflict?
Please help!
Thank you!
I want to use: mysqlhotcopy db_name /path/to/some/dir.
It seems that mysqlhotcopy requires perl DBI and DBD-MySQL.
Next steps:
yum install perl-DBI.i386
yum install perl-DBD-MySQL.i386
But when i try to install DBD i get an error.
What am i doing wrong?
Should i uninstall DBD or wasn't it installed at all because of the conflict?
Please help!
Thank you!
[root@server1 ~]# yum install perl-DBD-MySQL.i386
Setting up Install Process
Setting up Repos
base 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
base : ################################################## 2622/2622
updates-re: ################################################## 1024/1024
Parsing package install arguments
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package perl-DBD-MySQL.i386 0:2.9003-5 set to be updated
--> Running transaction check
--> Processing Dependency: libmysqlclient.so.10 for package: perl-DBD-MySQL
--> Restarting Dependency Resolution with new changes.
--> Populating transaction set with selected packages. Please wait.
---> Package mysql.i386 0:3.23.58-16.FC3.1 set to be updated
--> Running transaction check
Dependencies Resolved
Transaction Listing:
Install: perl-DBD-MySQL.i386 0:2.9003-5 - base
Performing the following to resolve dependencies:
Install: mysql.i386 0:3.23.58-16.FC3.1 - updates-released
Total download size: 3.3 M
Is this ok [y/N]: y
Downloading Packages:
Running Transaction Test
Finished Transaction Test
Transaction Check Error: file /usr/bin/comp_err from install of mysql-3.23.58-16.FC3.1 conflicts with file from package MySQL-devel-4.1.10a-0
file /usr/bin/mysql_config from install of mysql-3.23.58-16.FC3.1 conflicts with file from package MySQL-devel-4.1.10a-0
Last edited: