Instalare MySQL 5

Spread the love

To upgrade to MySQL 5.0.68, do the following at a command prompt:

yum upgrade mysql --enablerepo=centosplus
signal-event post-upgrade; signal-event reboot

 

mysql_upgrade
signal-event post-upgrade; signal-event reboot

Errors like this in /var/log/httpd/admin_access_log:
Premature end of script headers (index.cgi)
Can’t do setuid (cannot exec sperl)
Should be fixed by doing this:

yum install perl-suidperl
signal-event post-upgrade; signal-event reboot

 

 

 

 

 

 

 

You may also like