MySQL from Ubuntu vs MySQL Binary Distribution

Hi,

Is there any disadvantage of using a binary distribution from mysql versus ubuntu 9 repositories?

What are the pros and cons?

http://dev.mysql.com/downloads/mysql/5.0.html#linux-icc

Thanks

1 Reply

Use your distro's package. Then you get all sort of batteries-included extras like updates when there are security fixes, guarantee that it should maybe work on your system, etc.

@that site:

We recommend Ubuntu users to get MySQL, via the apt-get tool. Simply running sudo apt-get install mysql-server will get you MySQL 5.0.

I think you can ignore my first paragraph and just go with what MySQL says.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct