In Gentoo, what is the difference between mysql
, mysql-community
, and mysql
compiled with --enable-community-features
?
Asked
Active
Viewed 340 times
1

etheros
- 294
- 1
- 8
-
What do the docs and/or MySQL web site say about it? – John Gardeniers Oct 28 '09 at 06:52
-
@John Gardeniers: I couldn't find anything relevant. Hence asking the question. – etheros Oct 29 '09 at 15:11
1 Answers
1
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.

outcassed
- 1,290
- 1
- 9
- 11