In Gentoo, what is the difference between mysql
, mysql-community
, and mysql
compiled with --enable-community-features
?
In Gentoo, what is the difference between mysql
, mysql-community
, and mysql
compiled with --enable-community-features
?
This split just reflects MySQL's confusing naming. Check out their change history for 5.0 to see what happened.
The latest versions are all in "mysql" so unless you need a previous version, you'll just want to emerge mysql with the "community" flag.