mysql.com has a different naming scheme for their packages, not only that they call their package MySQL and not all lower case.
You could run:
up2date-nox --showall | sort | grep mysql
to see which packages are available for download/install containing "mysql" in the name.
You could also change that to "grep -i mysql" in order to have grep search for any variation of those letters, regardless of upper- or lowercase.
-- Rodolfo J. Paiz rpaiz@xxxxxxxxxxxxxx http://www.simpaticus.com