I download rpm package and try to install it, but got this error: root@fast [/home]# rpm -Uvh MySQL-server-5.4.3-0.glibc23.x86_64.rpm error: Failed dependencies: perl(DBI) is needed by MySQL-server-5.4.3-0.glibc23.x86_64 looks like perl(DBI) is missing, how I can install it ?
I decide to ignore it , and still no luck error: %pre(MySQL-server-5.1.39-0.glibc23.x86_64) scriptlet failed, exit status 1 error: install: %pre scriptlet failed (2), skipping MySQL-server-5.1.39-0.glibc23 root@fast [/home]# /sbin/service mysql start Starting MySQL.. second try I even was try to install lower version than first time
yum search perl|grep "dbi" is a good start. ETA: are you using the repositories mentioned in the article? If not, I'd highly recommend it, in order to resolve any additional dependencies.